GeoLibGetCenterFromTwoArcPoints Method

Definition

Namespace: PCBI_EagleImport
Assembly: PCBI_Eagle_Import (in PCBI_Eagle_Import.dll) Version: 16.0.0.0 (16.0.0.0)
C#
public static PointD GetCenterFromTwoArcPoints(
	PointD Begin,
	PointD End,
	double Radius,
	bool CW,
	double absAngle
)

Parameters

Begin  PointD
 
End  PointD
 
Radius  Double
 
CW  Boolean
 
absAngle  Double
 

Return Value

PointD

See Also