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

Computes the support point of a cloud of points.