| Matrix33DInverse Property |
Returns the inverse of this matrix.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public Matrix33D Inverse { get; }
Public ReadOnly Property Inverse As Matrix33D
Get
public:
property Matrix33D Inverse {
Matrix33D get ();
}
member Inverse : Matrix33D with get
Property Value
Type:
Matrix33DThe inverse of this matrix.
Exceptions Remarks
The property does not change this instance. To invert this instance you need to call
Invert.
See Also