pub fn point_cloud_bounding_sphere(pts: &[Point<f32>]) -> (Point<f32>, f32)
Computes a bounding sphere of the specified set of point.