Click or drag to resize
DigitalRuneMatrix44FCreateTranslation Method (Single, Single, Single)
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 Matrix44F CreateTranslation(
	float x,
	float y,
	float z
)

Parameters

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

Return Value

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