FMatrix4GetTranslationMatrix(Single, Single, Single) Method

Return a translate matrix based on the specified translation values.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FMatrix4 GetTranslationMatrix(
	float translateX,
	float translateY,
	float translateZ
)

Parameters

translateX  Single
The X translation.
translateY  Single
The Y translation.
translateZ  Single
The Z translation.

Return Value

FMatrix4
Reference to a new translation matrix.

See Also