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

Computes a bounding sphere of the specified set of point.