IArcEdge(PointD, PointD, PointD) Constructor

Create a new IArcEdge with start, end and center. Internal the arcedges has less equal or then 90 degree.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public IArcEdge(
	PointD start,
	PointD end,
	PointD center
)

Parameters

start  PointD
begin of arc
end  PointD
end of arc
center  PointD
center of arc

See Also