Click or drag to resize

Matrix3x2ClassMatrix Property

Gets the wrapped matrix.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Matrix3x2 Matrix { get; }

Property Value

Matrix3x2
The wrapped matrix.
See Also