Callisto function reference
5.2
|
Structure to retrieve a polyline. More...
#include <callisto52Types.h>
Data Fields | |
int | groupID |
CAL_matrix4 | matrix |
int | nrLines |
int * | nrPoints |
CAL_scalar * | points |
Structure to retrieve a polyline.
A structure used with CAL_GetObject to retrieve information about a poly line.
int SCALPolyline::groupID |
The ID of the group the object is in.
CAL_matrix4 SCALPolyline::matrix |
The current world matrix of the object.
int SCALPolyline::nrLines |
The number of lines.
int* SCALPolyline::nrPoints |
The number of points per line. The length of this list is determined by nrLines.
CAL_scalar* SCALPolyline::points |
The coordinates of the lines, 3 values per point.