Callisto function reference
5.2
|
Structure to retrieve a tetrahedron. More...
#include <callisto52Types.h>
Data Fields | |
int | groupID |
CAL_matrix4 | matrix |
CAL_scalar * | points |
Structure to retrieve a tetrahedron.
A structure used with CAL_GetObject to retrieve information about a tetrahedron.
int SCALTetrahedron::groupID |
The ID of the group the object is in.
CAL_matrix4 SCALTetrahedron::matrix |
The current world matrix of the object.
CAL_scalar* SCALTetrahedron::points |
The coordinates of the tetrahedron. The length of this list is 3*4=12 values.