Constructor EpsilonPointComparer
EpsilonPointComparer(double)
Creates a new comparer with the given tolerance.
public EpsilonPointComparer(double epsilon = 1E-09)
Parameters
epsilondoubleThe inclusive tolerance applied to each coordinate comparison. Default is 1e-9.