nushoin / RTree

N-dimensional RTree implementation in C++
Other
376 stars 109 forks source link

Fixed error in Rectangle Overlap test #3

Closed ghost closed 12 years ago

ghost commented 12 years ago

Some data rectangles weren't being found, I noticed the || should have been an &&.

If further explanation is needed: http://silentmatt.com/rectangle-intersection/ http://stackoverflow.com/questions/306316/determine-if-two-rectangles-overlap-each-other