Constructs an array object with the specified count and X, Y, Z, and W values.
Uint8VectorArray Uint8VectorArray( uint32 p_nCount, uint8 x, uint8 y, uint8 z, uint8 w )
Parameter Type | Parameter Name | Documentation |
---|---|---|
uint32 | p_nCount | The array count. |
<uint8> | x | The value of the X component of each vector in the array. |
<uint8> | y | The value of the Y component of each vector in the array. |
<uint8> | z | The value of the Z component of each vector in the array. |
<uint8> | w | The value of the W component of each vector in the array. |
None published. Please look for an example in the Simdify Scripting Language code base.