Method NearlyEquals
NearlyEquals(Point, Point, double)
Determines whether two points are equal within a specified tolerance.
public static bool NearlyEquals(Point a, Point b, double epsilon = 1E-09)
Parameters
aPointFirst point.
bPointSecond point.
epsilondoubleThe inclusive tolerance to apply to both coordinates.