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
- Vec3 min
- Vec3 max
- Vec3 center
- Vec3 size
- float radius
Functions