ncollide3d::bounding_volume

Function point_cloud_bounding_sphere

Source
pub fn point_cloud_bounding_sphere<N: RealField + Copy>(
    pts: &[Point<N>],
) -> (Point<N>, N)
Expand description

Computes a bounding sphere of the specified set of point.