Click or drag to resize

MatrixTranslation Method (Single, Single, Single)

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(
	float x,
	float y,
	float z
)

Parameters

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

Return Value

Type: Matrix
Resulting translation Matrix
See Also