Click or drag to resize

MatrixSubtract Method

Matrix subtraction

Namespace:  Microsoft.DirectX
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public static Matrix Subtract(
	Matrix l,
	Matrix r
)

Parameters

l
Type: Microsoft.DirectXMatrix
Left-hand side Matrix
r
Type: Microsoft.DirectXMatrix
Right-hand side Matrix

Return Value

Type: Matrix
Result of Matrix subtraction
See Also