Crate parry3d

Source
Expand description

§parry

parry is a 2 and 3-dimensional geometric library written with the rust programming language.

Re-exports§

pub extern crate either;
pub extern crate nalgebra as na;
pub extern crate simba;

Modules§

bounding_volume
Bounding volumes.
mass_properties
Mass properties (mass, inertia, center-of-mass) of shapes.
math
Compilation flags dependent aliases for mathematical types.
partitioning
Spatial partitioning tools.
query
Non-persistent geometric queries.
shape
Shapes supported by parry.
transformation
Transformation, simplification and decomposition of meshes.
utils
Various unsorted geometrical and logical operators.