Uint8Vector Data Member Function

Constructs an object with the specified X, Y, Z, and W values.

Prototype

Uint8Vector Uint8Vector( uint8 X, uint8 Y, uint8 Z, uint8 W )

Parameters

Parameter Type Parameter Name Documentation
<uint8>XThe X component of the vector.
<uint8>YThe Y component of the vector.
<uint8>ZThe Z component of the vector.
<uint8>WThe W component of the vector.

Examples

Copy Text To Clipboard

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