Function check_convex_hull

Source
pub fn check_convex_hull(
    points: &[Point3<f32>],
    triangles: &[[u32; 3]],
) -> Result<(), ConvexHullError>
Expand description

Checks if a convex-hull is properly formed.