Click or drag to resize

MatrixInvert(Matrix) Method

Invert given Matrix

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

Parameters

m  Matrix
Matrix to invert

Return Value

Matrix
Inverted Matrix
See Also