GeoLibGetCenterFromTwoArcPoints Method
Namespace: PCBI_EagleImportAssembly: PCBI_Eagle_Import (in PCBI_Eagle_Import.dll) Version: 16.0.0.0 (16.0.0.0)
public static PointD GetCenterFromTwoArcPoints(
PointD Begin,
PointD End,
double Radius,
bool CW,
double absAngle
)
Public Shared Function GetCenterFromTwoArcPoints (
Begin As PointD,
End As PointD,
Radius As Double,
CW As Boolean,
absAngle As Double
) As PointD
public:
static PointD GetCenterFromTwoArcPoints(
PointD Begin,
PointD End,
double Radius,
bool CW,
double absAngle
)
static member GetCenterFromTwoArcPoints :
Begin : PointD *
End : PointD *
Radius : float *
CW : bool *
absAngle : float -> PointD
- Begin PointD
-
- End PointD
-
- Radius Double
-
- CW Boolean
-
- absAngle Double
-
PointD