kicad/thirdparty/rtree
Seth Hillbrand 6e5e453d0d Replace EESchema DLIST
This moves EESchema DLIST structures to rtree.  These changes are more
fundamental than the pcbnew changes from 9163ac543 888c01d11 d1877d7c1
and 961b22d60 as eeschema operations were more dependent on passing
drawing list references around with SCH_ITEM* objects.
2020-01-10 06:37:08 -08:00
..
geometry Replace EESchema DLIST 2020-01-10 06:37:08 -08: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.