Matrix.Invert Method (Matrix, Matrix)
XNA Game Studio 3.1
Calculates the inverse of a matrix.
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
public static void Invert ( ref Matrix matrix, out Matrix result )
Parameters
- matrix
- The source matrix.
- result
- [OutAttribute] The inverse of matrix. The same matrix can be used for both arguments.