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

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

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