pub fn local_aabb<N, G>(g: &G) -> AABB<N>where N: RealField + Copy, G: HasBoundingVolume<N, AABB<N>> + ?Sized,
Computes the axis-aligned bounding box of a shape g.
g
Same as g.local_aabb(m).
g.local_aabb(m)