Float32VectorArray Data Member Function

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

Prototype

Float32VectorArray Float32VectorArray( int32 p_nCount, float32 x, float32 y, float32 z, float32 w )

Parameters

Parameter Type Parameter Name Documentation
int32p_nCountThe array count.
float32xThe value of the X component of each vector in the array.
float32yThe value of the Y component of each vector in the array.
float32zThe value of the Z component of each vector in the array.
float32wThe value of the W component of each vector in the array.

Examples

Copy Text To Clipboard

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