pub fn point_cloud_bounding_sphere<N>(
    pts: &[OPoint<N, Const<2>>]
) -> (OPoint<N, Const<2>>, N)where
    N: RealField + Copy,
Expand description

Computes a bounding sphere of the specified set of point.