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