Constructs an object with the specified X, Y, Z, and W values.
Uint8Vector Uint8Vector( uint8 X, uint8 Y, uint8 Z, uint8 W )
Parameter Type | Parameter Name | Documentation |
---|---|---|
<uint8> | X | The X component of the vector. |
<uint8> | Y | The Y component of the vector. |
<uint8> | Z | The Z component of the vector. |
<uint8> | W | The W component of the vector. |
None published. Please look for an example in the Simdify Scripting Language code base.