IMathGetPointOnArc(PointD, Double, Double) Method

Calculates a point on an Arc with center.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static PointD GetPointOnArc(
	PointD Center,
	double Radius,
	double Angle
)

Parameters

Center  PointD
The middle point of the arc.
Radius  Double
Distance of the point to the center.
Angle  Double
Angle of the point, math Positive in degrees.

Return Value

PointD
The point on the arc boarder.

See Also