IMathDistanceOnArc Method

Calculate length on arc depending on radius and angle of arc.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static double DistanceOnArc(
	double angle,
	double radius
)

Parameters

angle  Double
Angle in degree of interesting arc part.
radius  Double
Radius of arc to calculate the length.

Return Value

Double
Length of arc in mils.

See Also