An axis-aligned bounding box (AABB) is a box aligned with the axes of a Cartesian co-ordinate frame. AABB's are commonly employed as a cheap way to approximate more complex geometries in a range of applications, including collision detection.
An axis-aligned bounding box (AABB) is a box aligned with the axes of a Cartesian co-ordinate frame. AABB's are commonly employed as a cheap way to approximate more complex geometries in a range of applications, including collision detection.
An AABB can also be referred to as the Axis-aligned minimum bounding box (that is, the smallest box which can encapsulate a geometry)
Reference Books
- Real-Time Collision Detection (Ch. 4) by Christer Ericson (Morgan Kaufmann, 2005)
External References:
- Collision Detection (Wikipedia)
- Bounding Volume (Wikipedia)
- Sample AABB collision test routines (realtimerendering.com)