Function heron::rapier_plugin::rapier::ncollide::bounding_volume::bounding_sphere[][src]

pub fn bounding_sphere<N, G>(
    g: &G,
    m: &Isometry<N, U3, Unit<Quaternion<N>>>
) -> BoundingSphere<N> where
    N: RealField,
    G: HasBoundingVolume<N, BoundingSphere<N>> + ?Sized

Computes the bounding sphere of a shape g transformed by m.

Same as g.bounding_sphere(m).