Function parry3d_f64::utils::remove_unused_points

source ยท
pub fn remove_unused_points(points: &mut Vec<Point<Real>>, idx: &mut [[u32; 3]])
Expand description

Given an index buffer, remove from points every point that is not indexed.