Set Data Member Function

Sets the X, Y, Z, and W components of the vector.

Prototype

int32 Set( int8 X, int8 Y, int8 Z, int8 W )

Parameters

Parameter Type Parameter Name Documentation
<int8>XThe X component of the vector.
<int8>YThe Y component of the vector.
<int8>ZThe Z component of the vector.
<int8>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.