Module transformation

Source
Expand description

Transformation, simplification and decomposition of meshes.

Traits§

ToTriMesh
Trait implemented by shapes that can be approximated by a triangle mesh.

Functions§

convex_hull
Computes the convex hull of a set of 3d points.
hacd
Approximate convex decomposition of a triangle mesh.