Click or drag to resize

MatrixD2DPrependInverseTransform Method

Prepends 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 PrependInverseTransform(
	MatrixD2D t
)

Parameters

t  MatrixD2D
The matrix whose inverse to prepend.
See Also