FMatrix4Translate Method

Translate a vector by the specified translation.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2820.4317
C#
public static FVector3 Translate(
	FVector3 point,
	FVector3 translation
)

Parameters

point  FVector3
Reference point.
translation  FVector3
Distance by which to move the point.

Return Value

FVector3
Translated point.

See Also