SlopeInterceptItem(FVector2, FVector2) Constructor

Create a new Instance of the SlopeInterceptItem Item.

Definition

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

Parameters

pointA  FVector2
Reference to the first point of a cartesian line.
pointB  FVector2
Reference to the second point of a cartesian line.

See Also