Point Data Member Function

Constructs a <Point> object with a physical coordinate in 3D space, a color and a texture coordinate in 2D texture space.

Prototype

Point Point( double p_dX, double p_dY, double p_dZ, Color p_oPointColor, double p_dU, double p_dV )

Parameters

Parameter Type Parameter Name Documentation
doublep_dXThe x-coordinate of the point in 3D space.
doublep_dYThe y-coordinate of the point in 3D space.
doublep_dZThe z-coordinate of the point in 3D space.
<Color>p_oPointColorThe color of the point.
doublep_dUThe u-coordinate of the point in texture space.
doublep_dVThe v-coordinate of the point in texture space.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.