Int16Vector Data Member Function

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

Prototype

Int16Vector Int16Vector( int16 X, int16 Y, int16 Z, int16 W )

Parameters

Parameter Type Parameter Name Documentation
<int16>XThe X component of the vector.
<int16>YThe Y component of the vector.
<int16>ZThe Z component of the vector.
<int16>WThe W component of the vector.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Simdify Scripting Language code base.