Click or drag to resize

Matrix4x4Inverse Method

Get the inverse of this matrix

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public Matrix4x4 Inverse()

Return Value

Type: Matrix4x4
A new matrix, holding the inverse
Remarks
An exception is thrown if the matrix is not invertible.
See Also