AABB3D Struct Reference

A data structure describing a 3D box. More...

#include <mgcd.h>

List of all members.

Public Attributes

Float x
Float y
Float z
Float rx
Float ry
Float rz


Detailed Description

A data structure describing a 3D box.

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

See also:
AABB2D

Member Data Documentation

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


The documentation for this struct was generated from the following file:
Generated on Thu Sep 6 00:44:55 2007 for MGCD by  doxygen 1.5.3