Crate parry3d[][src]

Expand description

parry

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

Re-exports

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

Modules

Bounding volumes.

Mass properties (mass, inertia, center-of-mass) of shapes.

Compilation flags dependent aliases for mathematical types.

Spatial partitioning tools.

Non-persistent geometric queries.

Shapes supported by parry.

Transformation, simplification and decomposition of meshes.

Various unsorted geometrical and logical operators.