FLine3(FPoint3, FPoint3, FColor4) Constructor

Create a new instance of the FLine3 Item.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public FLine3(
	FPoint3 pointA,
	FPoint3 pointB,
	FColor4 color = null
)

Parameters

pointA  FPoint3
Reference to the point that will act as the first point in the line.
pointB  FPoint3
Reference to the point that will act as the secont point in the line.
color  FColor4  (Optional)
Optional color for the line. If provided, that object will act as the color for the line.

See Also