MatrixUnaryNegation Operator

RAGE Plugin Hook Documentation

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

Negates a matrix.

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

public static Matrix operator -(
	Matrix matrix
)

Parameters

matrix
Type: RageMatrix
The matrix to negate.

Return Value

Type: Matrix
The negated matrix.
See Also

Reference