Click or drag to resize

Matrix3x2Class(Matrix3x2) Constructor

Initializes a new instance of the Matrix3x2Class class.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Matrix3x2Class(
	Matrix3x2 matrix
)

Parameters

matrix  Matrix3x2
The matrix to wrap.
See Also