Click or drag to resize

Matrix4x3TranslateAppend Method

Appends a translate transformation to this matrix.

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

Parameters

x  Double
The x component of translation.
y  Double
The y component of translation.
z  Double
The z component of translation.
See Also