Skip to main content

sort_faces

Function sort_faces 

Source
pub fn sort_faces(
    mesh: &mut ManifoldImpl,
    face_box: &mut Vec<Box>,
    face_morton: &mut Vec<u32>,
)
Expand description

Sorts faces by Morton code, removing faces flagged for removal (K_NO_CODE). Updates face_box and face_morton in-place.