[][src]Function ncollide3d::bounding_volume::point_cloud_bounding_sphere

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

Computes a bounding sphere of the specified set of point.