Click or drag to resize
DigitalRuneMatrix44DCreateTranslation Method (Double, Double, Double)
Creates a translation matrix from the given values.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public static Matrix44D CreateTranslation(
	double x,
	double y,
	double z
)

Parameters

x
Type: SystemDouble
The translation along the x-axis.
y
Type: SystemDouble
The translation along the y-axis.
z
Type: SystemDouble
The translation along the z-axis.

Return Value

Type: Matrix44D
A transformation matrix that translates vectors.
See Also