VecArray Data Member Function

Constructs a <VecArray> object with the specified count and X, Y, and Z values.

Prototype

VecArray VecArray( int32 p_nCount, double p_dX, double p_dY, double p_dZ )

Parameters

Parameter Type Parameter Name Documentation
int32p_nCountThe array count.
doublep_dXThe value of the X component of each vector in the array.
doublep_dYThe value of the Y component of each vector in the array.
doublep_dZThe value of the Z component of each vector in the array.

Examples

Copy Text To Clipboard

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