[This is preliminary documentation and is subject to change.]
Determines the products of two arrays of matrices.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- left
- Type: RageMatrix*
The first matrix array to multiply. - right
- Type: RageMatrix*
The second matrix array to multiply. - result
- Type: RageMatrix*
The array of products of the two matrices. - count
- Type: SystemInt32
[Missing <param name="count"/> documentation for "M:Rage.Matrix.Multiply(Rage.Matrix*,Rage.Matrix*,Rage.Matrix*,System.Int32)"]
See Also