Function ncollide3d::bounding_volume::local_bounding_sphere [−][src]
pub fn local_bounding_sphere<N, G: ?Sized>(g: &G) -> BoundingSphere<N> where
N: RealField,
G: HasBoundingVolume<N, BoundingSphere<N>>,
Computes the bounding sphere of a shape g
.
Same as g.local_bounding_sphere(m)
.