Creates a new
Matrix which is the inverse of the current matrix.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic abstract Matrix Invert()
Public MustOverride Function Invert As Matrix
public:
virtual Matrix^ Invert() abstract
abstract Invert : unit -> Matrix
Return Value
Type:
MatrixThe new matrix.
See Also