Click or drag to resize

MatrixD2DTranslatePrepend Method

Prepends a translation to the matrix.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public void TranslatePrepend(
	double x,
	double y
)

Parameters

x  Double
Translation X.
y  Double
Translation Y.
See Also