[−][src]Module ncollide2d::transformation
Transformation, simplification and decomposition of meshes.
Traits
ToPolyline | Trait implemented by shapes that can be approximated by a triangle mesh. |
Functions
convex_hull | Computes the convex hull of a set of 2d points. |
convex_hull_idx | Computes the convex hull of a set of 2d points and returns only the indices of the hull vertices. |