Sets the X, Y, Z, and W components of the vector.
int32 Set( 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.