Click or drag to resize

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

Parameters

v  Vector3
Vector3 containing the X, Y and Z translations

Return Value

Matrix
Resulting translation Matrix
See Also