parry3d::bounding_volume::details

Function point_cloud_bounding_sphere

source
pub fn point_cloud_bounding_sphere(pts: &[Point<f32>]) -> (Point<f32>, f32)
Expand description

Computes a bounding sphere of the specified set of point.