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

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

Computes the axis-aligned bounding box of a shape g.

Same as g.local_aabb(m).