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

pub fn point_cloud_support_point<N>(
    dir: &Matrix<N, U2, U1, <DefaultAllocator as Allocator<N, U2, U1>>::Buffer>,
    points: &[Point<N, U2>]
) -> Point<N, U2> where
    N: RealField

Computes the support point of a cloud of points.