Click or drag to resize

MatrixTranslation(Double, Double, Double) Method

Form a translation Matrix

Namespace: Microsoft.DirectX
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
public static Matrix Translation(
	double x,
	double y,
	double z
)

Parameters

x  Double
The X translation
y  Double
The Y translation
z  Double
The Z translation

Return Value

Matrix
Resulting translation Matrix
See Also