Callisto function reference
5.2
|
Structure to retrieve a plane. More...
#include <callisto52Types.h>
Data Fields | |
int | groupID |
CAL_matrix4 | matrix |
CAL_scalar * | points |
Structure to retrieve a plane.
A structure used with CAL_GetObject to retrieve information about a group of triangles.
int SCALPlane::groupID |
The ID of the group the object is in.
CAL_matrix4 SCALPlane::matrix |
The current world matrix of the object.
CAL_scalar* SCALPlane::points |
The points of the plane, 12 values in total define the 4 corners.