IMathSamePoints(PointD, PointD, Double) Method

The points are the same on errorLevel value?

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static bool SamePoints(
	PointD P1,
	PointD P2,
	double ErrorLevel
)

Parameters

P1  PointD
First point to compare.
P2  PointD
Second point to compare.
ErrorLevel  Double
Value for precision.

Return Value

Boolean
True if difference of two points smaller then 0.001.

See Also