IMathGetAngle(PointD, PointD) 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 Point,
	PointD Center
)

Parameters

Point  PointD
The start point of the arc.
Center  PointD
Center of the arc.

Return Value

Double

See Also