IArcEdgeIsPointOnArc Method

calculate wether the point is on the arc

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool IsPointOnArc(
	PointD PointOnArc
)

Parameters

PointOnArc  PointD
relevant point

Return Value

Boolean
true if the point is on arc

Implements

InterfaceArcEdgeIsPointOnArc(PointD)

See Also