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