IArcEdge(PointD, PointD, PointD, Double, Boolean) 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,
	double radius,
	bool ClockWise
)

Parameters

start  PointD
begin of arc
end  PointD
end of arc
center  PointD
center of arc
radius  Double
Distance begin to center or end to center, some formats has specific radius and rounded points.
ClockWise  Boolean
clock wise or counter clock wise

See Also