Callisto function reference  5.2
SCALPolyline Struct Reference

Structure to retrieve a polyline. More...

#include <callisto52Types.h>

Data Fields

int groupID
 
CAL_matrix4 matrix
 
int nrLines
 
int * nrPoints
 
CAL_scalarpoints
 

Detailed Description

Structure to retrieve a polyline.

A structure used with CAL_GetObject to retrieve information about a poly line.

Field Documentation

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.


The documentation for this struct was generated from the following file: