19 #ifndef GEOS_IDX_QUADTREE_INTERVALSIZE_H 20 #define GEOS_IDX_QUADTREE_INTERVALSIZE_H 22 #include <geos/export.h> 49 static const int MIN_BINARY_EXPONENT = -50;
57 static bool isZeroWidth(
double min,
double max);
64 #endif // GEOS_IDX_QUADTREE_INTERVALSIZE_H Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Provides a test for whether an interval is so small it should be considered as zero for the purposes ...
Definition: IntervalSize.h:41