Function ncollide2d::utils::point_cloud_support_point[][src]

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

Computes the support point of a cloud of points.