Function ncollide3d::bounding_volume::point_cloud_bounding_sphere_with_center [−][src]
pub fn point_cloud_bounding_sphere_with_center<N: RealField>(
pts: &[Point<N>],
center: Point<N>
) -> (Point<N>, N)
Computes the bounding sphere of a set of point, given its center.