Inverts the matrix.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic Matrix3By3 Invert()
Public Function Invert As Matrix3By3
public:
Matrix3By3 Invert()
member Invert : unit -> Matrix3By3
Return Value
Type:
Matrix3By3The inverted matrix.
Exceptions| Exception | Condition |
|---|
| ArithmeticException |
Thrown when the absolute value of the Determinant is less than
Epsilon15. |
See Also