This topic has not yet been rated - Rate this topic

Matrix.Invert Method (Matrix, Matrix)

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.
Xbox 360, Windows XP SP2, Windows Vista, Zune
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.