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

pub fn aabb<N, G>(g: &G, m: &Isometry<N, U2, Unit<Complex<N>>>) -> AABB<N> where
    G: HasBoundingVolume<N, AABB<N>> + ?Sized,
    N: RealField

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

Same as g.aabb(m).