Constructs an object with the specified X, Y, Z, and W values.
Float16Vector Float16Vector( float64 X, float64 Y, float64 Z, float64 W )
Parameter Type | Parameter Name | Documentation |
---|---|---|
float64 | X | The X component of the vector. |
float64 | Y | The Y component of the vector. |
float64 | Z | The Z component of the vector. |
float64 | W | The W component of the vector. |
None published. Please look for an example in the Simdify Scripting Language code base.