Function parry3d::transformation::check_convex_hull

source ยท
pub fn check_convex_hull(points: &[Point3<Real>], triangles: &[[u32; 3]])
Expand description

Checks if a convex-hull is properly formed.