parry3d::transformation

Function try_convex_hull

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

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