FLineTranslate Method

Translate the points of the provided target line by the specified offset.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2820.4317
C#
public static void Translate(
	FLine target,
	FVector2 offset
)

Parameters

target  FLine
Reference to the target line to be translated.
offset  FVector2
Reference to the offset by which to translate the line.

See Also