Callisto function reference
5.2
|
Structure to retrieve a box. More...
#include <callisto52Types.h>
Data Fields | |
CAL_scalar | depth |
int | groupID |
CAL_scalar | height |
CAL_matrix4 | matrix |
CAL_scalar | width |
Structure to retrieve a box.
A structure used with CAL_GetObject to retrieve information about a box.
CAL_scalar SCALBox::depth |
The depth of the box.
int SCALBox::groupID |
The ID of the group the object is in.
CAL_scalar SCALBox::height |
The height of the box.
CAL_matrix4 SCALBox::matrix |
The current world matrix of the object.
CAL_scalar SCALBox::width |
The width of the box.