Sets the X, Y, and Z coordinates of the vector.
int32 Set( float64 X, float64 Y, float64 Z )
Parameter Type | Parameter Name | Documentation |
---|---|---|
float64 | X | The X component of the vector. |
float64 | Y | The Y component of the vector. |
float64 | Z | The Z component of the vector. |
None published. Please look for an example in the Simdify Scripting Language code base.