Click or drag to resize

Matrix44CreateTranslation(Vector3, Matrix44) Method

Creates a new translation Matrix44.

Namespace: CFX.Structures.Geometry
Assembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntax
public static void CreateTranslation(
	ref Vector3 position,
	out Matrix44 result
)

Parameters

position  Vector3
X,Y and Z coordinates of translation.
result  Matrix44
The translation Matrix44 as an output parameter.
See Also