Get the inverse of this matrix
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public Matrix4x4 Inverse()
Public Function Inverse As Matrix4x4
public:
Matrix4x4^ Inverse()
Return Value
Type:
Matrix4x4A new matrix, holding the inverse
Remarks
An exception is thrown if the matrix is not invertible.
See Also