Sets the value of the matrix at the specified index.
int32 SetFloat32( int32 p_nIndex, float32 value )
| Parameter Type | Parameter Name | Documentation | 
|---|---|---|
| int32 | p_nIndex | A value from 0 to 15 representing the index of the value to retrieve from the matrix. | 
| float32 | value | The value to set. | 
None published. Please look for an example in the Simdify Scripting Language code base.