IMathCorrectCenter Method

Calculate correct center of arc (ignore clockwise).

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static PointD CorrectCenter(
	PointD begin,
	PointD end,
	PointD center,
	out double Radius
)

Parameters

begin  PointD
 
end  PointD
 
center  PointD
 
Radius  Double
New calculated radius.

Return Value

PointD
Center (corrected)

See Also