Click or drag to resize

MatrixTranslation Method (Vector3)

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(
	Vector3 v
)

Parameters

v
Type: Microsoft.DirectXVector3
Vector3 containing the X, Y and Z translations

Return Value

Type: Matrix
Resulting translation Matrix
See Also