Matrix3x2::Invert Method
Inverts the specified matrix. The return value indicates whether the operation succeeded.
Namespace: System.Numerics
Assembly: System.Numerics.Vectors (in System.Numerics.Vectors.dll)
Parameters
- matrix
- Type: System.Numerics::Matrix3x2
The matrix to invert.
- result
- Type: System.Numerics::Matrix3x2%
When this method returns, contains the inverted matrix if the operation succeeded.
Show: