Int64VectorArray Data Member Function

Constructs an array object with the specified count and X, Y, Z, and W values.

Prototype

Int64VectorArray Int64VectorArray( int32 p_nCount, int64 x, int64 y, int64 z, int64 w )

Parameters

Parameter Type Parameter Name Documentation
int32p_nCountThe array count.
int64xThe value of the X component of each vector in the array.
int64yThe value of the Y component of each vector in the array.
int64zThe value of the Z component of each vector in the array.
int64wThe value of the W 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.