Click or drag to resize

Matrix3x3AppendTransform Method

Appends a transformation matrix f to this matrix.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void AppendTransform(
	Matrix3x3 f
)

Parameters

f  Matrix3x3
The matrix to append.
See Also