Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 340 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 340 Bytes

RTree

Build command:

mkdir build
cmake ..
make

Basic example how to use it, can be found in source.cpp & test_delete.cpp files

Store 2D Polygons in R-tree data structure.

Functions available:

  • Range Query:

alt text

  • K-Nearest Neghbor Query:

alt text