FMatrix4GetTranslationMatrix(FVector3) 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(
	FVector3 translation
)

Parameters

translation  FVector3
The translation to apply.

Return Value

FMatrix4
Reference to a new translation matrix.

See Also