pub fn remove_unused_points(points: &mut Vec<Point<f32>>, idx: &mut [[u32; 3]])
Given an index buffer, remove from points every point that is not indexed.
points