Function ncollide3d::bounding_volume::local_aabb [−][src]
pub fn local_aabb<N, G: ?Sized>(g: &G) -> AABB<N> where
N: RealField,
G: HasBoundingVolume<N, AABB<N>>,
Computes the axis-aligned bounding box of a shape g
.
Same as g.local_aabb(m)
.