Function ncollide3d::transformation::convex_hull [−][src]
pub fn convex_hull<N: RealField>(points: &[Point3<N>]) -> TriMesh<N>
Computes the convex hull of a set of 3d points.
pub fn convex_hull<N: RealField>(points: &[Point3<N>]) -> TriMesh<N>
Computes the convex hull of a set of 3d points.