[][src]Function ncollide3d::transformation::convex_hull

pub fn convex_hull<N: RealField>(points: &[Point3<N>]) -> TriMesh<N>

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