IMathGetAngle(PointD, PointD, PointD, Boolean) Method

Returns the delta-angle of an arc. This angle is between 0 and 360 degrees.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static double GetAngle(
	PointD StartPoint,
	PointD EndPoint,
	PointD CenterPoint,
	bool ClockWise
)

Parameters

StartPoint  PointD
The start point of the arc.
EndPoint  PointD
The Endpoint of the arc.
CenterPoint  PointD
Center of the arc.
ClockWise  Boolean
Direction of the arc.

Return Value

Double

See Also