pub fn point_cloud_support_point<N: RealField + Copy>( dir: &Vector<N>, points: &[Point<N>], ) -> Point<N>
Computes the support point of a cloud of points.