Matrix.Invert Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Calculates the inverse of a matrix.
Overload List
Name | Description | |
---|---|---|
Invert() | Inverts the current matrix. | |
Invert(Matrix) | Returns the inverse of the specified matrix. | |
Invert(Single%, Matrix) | Returns the inverse of the specified matrix using the specified determinant. |
Top