Uint32Vector Data Member Function

Constructs a <Uint32Vector> object with the specified X, Y, Z, and W values.

Prototype

Uint32Vector Uint32Vector( uint32 p_iX, uint32 p_iY, uint32 p_iZ, uint32 p_iW )

Parameters

Parameter Type Parameter Name Documentation
uint32p_iXThe X component of the vector.
uint32p_iYThe Y component of the vector.
uint32p_iZThe Z component of the vector.
uint32p_iWThe W component of the vector.

Examples

Copy Text To Clipboard

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