Click or drag to resize

Matrix4x3NewTranslation(Double, Double, Double) Method

[Missing <summary> documentation for "M:Altaxo.Geometry.Matrix4x3.NewTranslation(System.Double,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 Matrix4x3 NewTranslation(
	double dx,
	double dy,
	double dz
)

Parameters

dx  Double

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

dy  Double

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

dz  Double

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

Return Value

Matrix4x3

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

See Also