pub fn check_convex_hull( points: &[Vector3], triangles: &[[u32; 3]], ) -> Result<(), ConvexHullError>
Checks if a convex-hull is properly formed.