ncollide3d::bounding_volume

Function bounding_sphere

Source
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).