ncollide3d::transformation

Function convex_hull

Source
pub fn convex_hull<N: RealField + Copy>(points: &[Point3<N>]) -> TriMesh<N>
Expand description

Computes the convex hull of a set of 3d points.