Skip to content

Files

Latest commit

160e96e · Jan 13, 2017

History

History
7 lines (4 loc) · 257 Bytes

geometry.md

File metadata and controls

7 lines (4 loc) · 257 Bytes

Geometry

Most important thing is rtree, which is like an N-dimensional binary tree, and allows for log(n) queries.

Also clone the library and look into the ton of examples that come with the source:

git clone https://github.com/boostorg/geometry