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