Skip to main content

classify_triangles

Function classify_triangles 

Source
pub fn classify_triangles(mesh: &SimpleMesh, other: &SimpleMesh) -> Vec<bool>
Expand description

Classify each triangle of a mesh as inside or outside another mesh. Returns a boolean per triangle: true = inside.