SetFloat32 Data Member Function

Sets the value of the matrix at the specified index.

Prototype

int32 SetFloat32( int32 p_nIndex, float32 value )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexA value from 0 to 15 representing the index of the value to retrieve from the matrix.
float32valueThe value to set.

Examples

Copy Text To Clipboard

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