Function parry3d::transformation::convex_hull[][src]

pub fn convex_hull(
    points: &[Point3<Real>]
) -> (Vec<Point3<Real>>, Vec<[u32; 3]>)

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