Click or drag to resize
DigitalRuneMatrix44FSubtraction Operator
Subtracts two matrices.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public static Matrix44F operator -(
	Matrix44F minuend,
	Matrix44F subtrahend
)

Parameters

minuend
Type: DigitalRune.Mathematics.AlgebraMatrix44F
The first matrix (minuend).
subtrahend
Type: DigitalRune.Mathematics.AlgebraMatrix44F
The second matrix (subtrahend).

Return Value

Type: Matrix44F
The difference of the two matrices.
See Also