Click or drag to resize

Matrix3x2NewTranslation(Double, Double) Method

[Missing <summary> documentation for "M:Altaxo.Geometry.Matrix3x2.NewTranslation(System.Double,System.Double)"]


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

Parameters

dx  Double

[Missing <param name="dx"/> documentation for "M:Altaxo.Geometry.Matrix3x2.NewTranslation(System.Double,System.Double)"]

dy  Double

[Missing <param name="dy"/> documentation for "M:Altaxo.Geometry.Matrix3x2.NewTranslation(System.Double,System.Double)"]

Return Value

Matrix3x2

[Missing <returns> documentation for "M:Altaxo.Geometry.Matrix3x2.NewTranslation(System.Double,System.Double)"]

See Also