MatrixInvert Method (Matrix, Matrix)

RAGE Plugin Hook Documentation

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

Calculates the inverse of the specified matrix.

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

public static void Invert(
	ref Matrix matrix,
	out Matrix result
)

Parameters

matrix
Type: RageMatrix
The matrix whose inverse is to be calculated.
result
Type: RageMatrix
When the method completes, contains the inverse of the specified matrix.
See Also

Reference