[][src]Function oxygengine_physics_2d::prelude::ncollide2d::bounding_volume::point_cloud_bounding_sphere_with_center

pub fn point_cloud_bounding_sphere_with_center<N>(
    pts: &[Point<N, U2>],
    center: Point<N, U2>
) -> (Point<N, U2>, N) where
    N: RealField

Computes the bounding sphere of a set of point, given its center.