ncollide3d::utils

Function point_cloud_support_point

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

Computes the support point of a cloud of points.