Int64Vector Data Member Function

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

Prototype

Int64Vector Int64Vector( int64 X, int64 Y, int64 Z, int64 W )

Parameters

Parameter Type Parameter Name Documentation
int64XThe X component of the vector.
int64YThe Y component of the vector.
int64ZThe Z component of the vector.
int64WThe W component of the vector.

Examples

Copy Text To Clipboard

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