Function heron::rapier_plugin::rapier3d::parry::utils::remove_unused_points[][src]

pub fn remove_unused_points(
    points: &mut Vec<OPoint<f32, Const<3_usize>>, Global>,
    idx: &mut [[u32; 3]]
)
Expand description

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