Float64Vector Data Member Function

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

Prototype

Float64Vector Float64Vector( double X, double Y, double Z, double W )

Parameters

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

Examples

Copy Text To Clipboard

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