Click or drag to resize

Matrix4x4Inverse Method

Computes the inverse of this matrix.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public Matrix4x4 Inverse()

Return Value

Matrix4x4
The inverse matrix.
See Also