Click or drag to resize

Matrix3x3Inverse Property

Gets 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 Matrix3x3 Inverse { get; }

Property Value

Matrix3x3
See Also