pub fn point_cloud_support_point_id<N: Real>(
    dir: &Vector<N>,
    points: &[Point<N>]
) -> usize
Expand description

Computes the index of the support point of a cloud of points.