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