pub fn convex_hull<N: RealField + Copy>(points: &[Point3<N>]) -> TriMesh<N>
Computes the convex hull of a set of 3d points.