FLine(FVector2, FVector2) Constructor

Create a new instance of the FLine item.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2820.4317
C#
public FLine(
	FVector2 pointA,
	FVector2 pointB
)

Parameters

pointA  FVector2
Reference to the first point in the new line.
pointB  FVector2
Reference to the second point in the new line.

See Also