pub fn point_cloud_support_point_id(
    dir: &Matrix<f32, Const<2>, Const<1>, ArrayStorage<f32, 2, 1>>,
    points: &[OPoint<f32, Const<2>>]
) -> usize
Expand description

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