[][src]Function oxygengine_physics_2d::prelude::ncollide2d::bounding_volume::local_bounding_sphere

pub fn local_bounding_sphere<N, G>(g: &G) -> BoundingSphere<N> where
    G: HasBoundingVolume<N, BoundingSphere<N>> + ?Sized,
    N: RealField

Computes the bounding sphere of a shape g.

Same as g.local_bounding_sphere(m).