[][src]Function ncollide_geometry::bounding_volume::aabb

pub fn aabb<P, M, G: ?Sized>(g: &G, m: &M) -> AABB<P> where
    G: HasBoundingVolume<M, AABB<P>>, 

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

Same as g.aabb(m).