GEOS
3.14.0dev
|
A contiguous portion of 1D-space. Used internally by SIRtree. More...
#include <Interval.h>
Public Member Functions | |
Interval (double newMin, double newMax) | |
double | getMin () const |
double | getMax () const |
double | getWidth () const |
double | getCentre () const |
Interval * | expandToInclude (const Interval *other) |
bool | intersects (const Interval *other) const |
bool | equals (const Interval *other) const |