[][src]Function ncollide_utils::remove_unused_points

pub fn remove_unused_points<V>(points: &mut Vec<V>, idx: &mut [Point3<u32>])

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