kicad/thirdparty/rtree
Mark Roszko 94a9e81a0f Fixes invalid initialization for Rect in rtree iterator.
The rtree has the rect array sizes templated by NUMDIM, initializing with 3 default values violates the templating.
2020-01-11 15:49:51 +00:00
..
geometry Fixes invalid initialization for Rect in rtree iterator. 2020-01-11 15:49:51 +00: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.