Set Data Member Function

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

Prototype

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

Parameters

Parameter Type Parameter Name Documentation
uint16XThe X component of the vector.
uint16YThe Y component of the vector.
uint16ZThe Z component of the vector.
uint16WThe W component of the vector.

Examples

Copy Text To Clipboard

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