MatrixAdd Method (Matrix, Matrix, Matrix)

RAGE Plugin Hook Documentation

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

Determines the sum of two matrices.

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

public static void Add(
	ref Matrix left,
	ref Matrix right,
	out Matrix result
)

Parameters

left
Type: RageMatrix
The first matrix to add.
right
Type: RageMatrix
The second matrix to add.
result
Type: RageMatrix
When the method completes, contains the sum of the two matrices.
See Also

Reference