Click or drag to resize

MatrixD2DPrependTransform(MatrixD2D) Method

Prepends a transformation to the matrix using another MatrixD2D.

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

Parameters

t  MatrixD2D
The matrix to prepend.
See Also