FMatrix3Translate 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(
	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