The Box is an internal class used by the boxBoxDistance calculation. More...
#include <Box.h>

Public Member Functions | |
| Box () | |
| Box (Vector3 &half_) | |
| Box (float hx, float hy, float hz) | |
| void | Set (Vector3 &half_) |
| void | Set (float hx, float hy, float hz) |
| Vector3 | GetAABB (const Matrix3 &rotation) const |
Public Attributes | |
| Vector3 | half |
The Box is an internal class used by the boxBoxDistance calculation.
Definition at line 44 of file Box.h.
1.6.1