IMathBetween Method

Is PointBetween between PointA and PointB?

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static bool Between(
	PointD PointA,
	PointD PointB,
	PointD PointBetween
)

Parameters

PointA  PointD
First Point
PointB  PointD
Second Point
PointBetween  PointD
Important Point to check.

Return Value

Boolean
True if the point is between the other two points.

See Also