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( float64 p_dX, float64 p_dY, float64 p_dZ, Color p_oPointColor, float64 p_dU, float64 p_dV )

Parameters

Parameter Type Parameter Name Documentation
float64p_dXThe x-coordinate of the point in 3D space.
float64p_dYThe y-coordinate of the point in 3D space.
float64p_dZThe z-coordinate of the point in 3D space.
<Color>p_oPointColorThe color of the point.
float64p_dUThe u-coordinate of the point in texture space.
float64p_dVThe v-coordinate of the point in texture space.

Examples

Copy Text To Clipboard

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