Click or drag to resize

MatrixTranslation Method (Double, Double, Double)

Form a translation Matrix

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

Parameters

x
Type: SystemDouble
The X translation
y
Type: SystemDouble
The Y translation
z
Type: SystemDouble
The Z translation

Return Value

Type: Matrix
Resulting translation Matrix
See Also