Bullet Collision Detection & Physics Library
|
The Box is an internal class used by the boxBoxDistance calculation. More...
#include <Box.h>
Public Member Functions | |
Box () | |
Box (PE_REF(vmVector3) half_) | |
Box (float hx, float hy, float hz) | |
void | Set (PE_REF(vmVector3) half_) |
void | Set (float hx, float hy, float hz) |
vmVector3 | GetAABB (const vmMatrix3 &rotation) const |
Public Attributes | |
vmVector3 | mHalf |
The Box is an internal class used by the boxBoxDistance calculation.