IMathSamePoints(PointD, PointD) Method

The points are the same on 0.001 value?

Definition

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

Parameters

P1  PointD
First point to compare.
P2  PointD
Second point to compare.

Return Value

Boolean
True if difference of two points smaller then 0.001.

See Also