#include <mgcd.h>
Public Attributes | |
| Float | x |
| Float | y |
| Float | z |
| Float | rx |
| Float | ry |
| Float | rz |
The MGCD 3D api treat all objects on which the contact detection perform as 3D AABBs. User should use this struct to describe the objects
| Float AABB3D::x |
x coordinate of box center
| Float AABB3D::y |
y coordinate of box center
| Float AABB3D::z |
z coordinate of box center
| Float AABB3D::rx |
half of the size of a box in x direction
| Float AABB3D::ry |
half of the size of a box in y direction
| Float AABB3D::rz |
half of the size of a box in z direction
1.5.3