Click or drag to resize

MatrixD2DAppendInverseTransform Method

Appends the inverse of a transformation to the matrix.

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

Parameters

t  MatrixD2D
The matrix whose inverse to append.
See Also