kicad/thirdparty/rtree
Seth Hillbrand 7c455f2357 First pass at DRC RTree functionality
This implements a copper-layer RTree with functions for iterating over
the elements in a copper layer and providing Nearest Neighbor returns
for BOARD_CONNECTED_ITEMS
2020-08-11 16:52:29 -07:00
..
geometry First pass at DRC RTree functionality 2020-08-11 16:52:29 -07:00
CMakeLists.txt Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00
LICENSE.GPLv3 Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00
README.txt Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00

README.txt

This directory contains the rtree library. A version of this library can be found at https://github.com/nushoin/RTree.

Upstream does not explicitly list a license term (other than free for all to use), so this code
will fall under the GPLv3, since that is what KiCad uses.