AABB

The AABB class defines an axis-aligned bounding box. This is useful as a rough and fast approximation like broadphase collision, where object AABBs are first tested for intersection before performing a more expensive precise collision test.

Members

Functions