Uint8VectorArray Data Member Function

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

Prototype

Uint8VectorArray Uint8VectorArray( uint32 p_nCount, uint8 x, uint8 y, uint8 z, uint8 w )

Parameters

Parameter Type Parameter Name Documentation
uint32p_nCountThe array count.
<uint8>xThe value of the X component of each vector in the array.
<uint8>yThe value of the Y component of each vector in the array.
<uint8>zThe value of the Z component of each vector in the array.
<uint8>wThe 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 Simdify Scripting Language code base.