Click or drag to resize

Matrix3x2NewTranslation(Double, Double) Method

Creates a new translation matrix from translation components.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static Matrix3x2 NewTranslation(
	double dx,
	double dy
)

Parameters

dx  Double
Translation in x direction.
dy  Double
Translation in y direction.

Return Value

Matrix3x2
A translation matrix.
See Also