Click or drag to resize

Matrix4x4(Matrix4x3) Constructor

Initializes a new instance of the Matrix4x4 struct from a Matrix4x3.

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

Parameters

a  Matrix4x3
The source matrix.
See Also