Click or drag to resize

Matrix3x2NewTranslation(VectorD2D) Method

Creates a new translation matrix from a translation vector.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static Matrix3x2 NewTranslation(
	VectorD2D d
)

Parameters

d  VectorD2D
The translation vector.

Return Value

Matrix3x2
A translation matrix.
See Also