Provides script language access to C++ objects of this type.
| Class Hierarchy | Vec » Point |
Function members are as follows:
| Return Type | Function Name | Documentation |
|---|---|---|
| <Point> | Point | Constructs a <Point> object with a physical coordinate in 3D space, a color and a texture coordinate in 2D texture space. |
Object members are as follows:
| Type Name | Accessor Name | Documentation |
|---|---|---|
| <Color> | Color | Returns a pointer to the <Color> object used by the Point. |
| int32 | TexCoordCount | Gets the number of texture coordinates used by the Point. The texture coordinate count cannot be changed. |
| float64[] | TexCoords[ index ] | Gets or sets the texture coordinates of the point. Valid indices of this array are [ 0, TexCoordCount - 1 ], where TexCoordCount > 0. |