<Point> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyVec » Point

Function Members

Function members are as follows:

Return Type Function Name Documentation
<Point>PointConstructs a <Point> object with a physical coordinate in 3D space, a color and a texture coordinate in 2D texture space.

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
<Color>ColorReturns a pointer to the <Color> object used by the Point.
int32TexCoordCountGets the number of texture coordinates used by the Point. The texture coordinate count cannot be changed.
double[]TexCoords[ index ]Gets or sets the texture coordinates of the point. Valid indices of this array are [ 0, TexCoordCount - 1 ], where TexCoordCount > 0.