SlopeInterceptItem(FPoint, FPoint) Constructor

Create a new Instance of the SlopeInterceptItem Item.

Definition

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

Parameters

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

See Also