Set Data Member Function

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

Prototype

int32 Set( uint32 p_nXComponent, uint32 p_nYComponent, uint32 p_nZComponent, uint32 p_nWComponent )

Parameters

Parameter Type Parameter Name Documentation
uint32p_nXComponentThe X component of the vector.
uint32p_nYComponentThe Y component of the vector.
uint32p_nZComponentThe Z component of the vector.
uint32p_nWComponentThe W component of the vector.

Examples

Copy Text To Clipboard

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