Click or drag to resize

Matrix3x2WithAppendedTransformation(Matrix3x2) Method

Appends a transformation matrix f to this matrix, and returns a new matrix with the result. The original matrix is unchanged.

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

Parameters

f  Matrix3x2
The matrix to append.

Return Value

Matrix3x2
A new matrix based on the existing one, but with matrix f appended.
See Also