Set Data Member Function

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

Prototype

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

Parameters

Parameter Type Parameter Name Documentation
int32XThe X component of the vector.
int32YThe Y component of the vector.
int32ZThe Z component of the vector.
int32WThe W component of the vector.

Examples

Copy Text To Clipboard

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