Vec Data Member Function

Constructs a <Vec> object with the specified X, Y, and Z coordinates.

Prototype

Vec Vec( double X, double Y, double Z )

Parameters

Parameter Type Parameter Name Documentation
doubleXThe X component of the vector.
doubleYThe Y component of the vector.
doubleZThe Z component of the vector.

Examples

Copy Text To Clipboard

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