IMathGetPointOnArc(Double, Double) Method

Calculates a point on an Arc with center zero.

Definition

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

Parameters

Radius  Double
Radius of arc (distance of the point from zero).
Angle  Double
Angle of the point, math Positive in degrees.

Return Value

PointD
The point on the arc boarder.

See Also