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

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

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

Same as g.local_aabb(m).