Click or drag to resize

Matrix4x3NewTranslation(VectorD3D) 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 Matrix4x3 NewTranslation(
	VectorD3D d
)

Parameters

d  VectorD3D
The translation vector.

Return Value

Matrix4x3
A translation matrix.
See Also