pub fn local_bounding_sphere<N, G>(g: &G) -> BoundingSphere<N>
Expand description
Computes the bounding sphere of a shape g
.
Same as g.local_bounding_sphere(m)
.
pub fn local_bounding_sphere<N, G>(g: &G) -> BoundingSphere<N>
Computes the bounding sphere of a shape g
.
Same as g.local_bounding_sphere(m)
.