Matrix4x4::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::Matrix4x4
The matrix to invert.
- result
- Type: System.Numerics::Matrix4x4%
When this method returns, contains the inverted matrix if the operation succeeded.
Show: