pub fn convex_hull(points: &[Point3<f32>]) -> (Vec<Point3<f32>>, Vec<[u32; 3]>)
Computes the convex hull of a set of 3d points.