#include <CC3Foundation.h>
Public Attributes | |
CC3Vector | maximum |
CC3Vector | minimum |
Defines an axially-aligned-box or bounding-box (AABB), describing a 3D volume by specifying the minimum and maximum 3D corners.
CC3Vector CC3Box::maximum |
The maximum corner (top-right-front).
CC3Vector CC3Box::minimum |
The minimum corner (bottom-left-rear).