[This is preliminary documentation and is subject to change.]
Determines the product of two 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 to multiply. - right
- Type: RageMatrix
The second matrix to multiply. - result
- Type: RageMatrix
The product of the two matrices.
See Also