FVector2Translate Method

Translate the values of the caller's vector by the provided offset.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static void Translate(
	FVector2 vector,
	FVector2 offset
)

Parameters

vector  FVector2
Reference to the vector to be translated.
offset  FVector2
Reference to the offset to apply to the vector.

See Also