Float16Vector Data Member Function

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

Prototype

Float16Vector Float16Vector( float64 X, float64 Y, float64 Z, float64 W )

Parameters

Parameter Type Parameter Name Documentation
float64XThe X component of the vector.
float64YThe Y component of the vector.
float64ZThe Z component of the vector.
float64WThe W component of the vector.

Examples

Copy Text To Clipboard

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