IMathPointOnArc Method

Calculates a point on an zero based arc with given angle.

Definition

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

Parameters

Radius  Double
Distence of the point to 0,0.
Angle  Double
Angle counter clock wise to locate the point.

Return Value

PointD
New point on the arc with the given values.

See Also