[This is preliminary documentation and is subject to change.]
Subtracts two matricies.
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 subtract. - right
 - Type: RageMatrix
The second matrix to subtract. 
Return Value
Type: MatrixThe difference between the two matricies.
See Also