Portability | portable |
---|---|
Stability | experimental |
Maintainer | mihailbogojeski@gmail.com |
Safe Haskell | Safe-Inferred |
A simple implementation of the R-Tree predicate. A containment predicate is a tuple of two points representing a rectangle with the first tuple (minx,maxy) being the upper left corner of the rectangle and the second (maxx,miny) being the lower right corner of the rectangle, while the equality predicate is simply a 2D point (tuple of two integers).