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