MatrixMultiply Operator (Matrix, Matrix)

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Multiplies two matricies.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public static Matrix operator *(
	Matrix left,
	Matrix right
)

Parameters

left
Type: RageMatrix
The first matrix to multiply.
right
Type: RageMatrix
The second matrix to multiply.

Return Value

Type: Matrix
The product of the two matricies.
See Also

Reference