FMatrix3Translate(FVector2, FVector2) Method

Translate a vector by the specified translation.

Definition

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

Parameters

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

Return Value

FVector3
Translated point.

See Also