Summary
Fixed precision problems and structural problems in quadtrees when adding/removing entries
Changelog
Fixed
- Fixed tree corruption after remove() in QT2. #40
- Fixed tree consistency (single-entry leaf after remove)
- Fixed tree consistency (nValues) -> verify
- Fixed bug in qt2.contains()
- Fixed QT2 inconsistency after root resizing after insert(). Essentially, we force all radii and the center of the root to be powers of two. This should immensely reduce precision problems. #42
- Removed unnecessary JUnit test console output. #45