kicad/thirdparty/rtree
Seth Hillbrand 6a47d0f507 RTree: Fix iterator in single branch trees
In a single branch tree, we need to verify that all leaves do not match
the input search before returning.

Fixes #3764 | https://gitlab.com/kicad/code/kicad/issues/3764
2020-01-14 10:42:04 -08:00
..
geometry RTree: Fix iterator in single branch trees 2020-01-14 10:42:04 -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.