defaultEpsilon top-level constant
          
          double
          const defaultEpsilon
          
        
        
The default epsilon value 1.0e-9 used as a tolerance in equals2D,
equals3D and similar methods in this package.
NOTE: this value can be still adjusted to meet general geospatial use cases considering different coordinate types and accuracy requirements.
See also doublePrecisionEpsilon and decimal degree precision.
Implementation
const double defaultEpsilon = 1.0e-9;