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.