Click or drag to resize

MatrixD2D(MatrixD2D) Constructor

Initializes a new instance of the MatrixD2D class by copying another matrix.

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

Parameters

from  MatrixD2D
The matrix to copy from.
See Also