Function parry3d_f64::transformation::try_convex_hull

source ยท
pub fn try_convex_hull(
    points: &[Point3<Real>]
) -> Result<(Vec<Point3<Real>>, Vec<[u32; 3]>), ConvexHullError>
Expand description

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