Click or drag to resize

MatrixInvert Method (Matrix)

Invert given Matrix

Namespace:  Microsoft.DirectX
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public static Matrix Invert(
	Matrix m
)

Parameters

m
Type: Microsoft.DirectXMatrix
Matrix to invert

Return Value

Type: Matrix
Inverted Matrix
See Also