Function parry3d_f64::transformation::convex_hull
source · pub fn convex_hull(
points: &[Point3<Real>]
) -> (Vec<Point3<Real>>, Vec<[u32; 3]>)Expand description
Computes the convex hull of a set of 3d points.
pub fn convex_hull(
points: &[Point3<Real>]
) -> (Vec<Point3<Real>>, Vec<[u32; 3]>)Computes the convex hull of a set of 3d points.