Merge: quadtree: use an array, fix warnings and standardize the doc
authorJean Privat <jean@pryen.org>
Mon, 17 Jul 2017 13:53:31 +0000 (09:53 -0400)
committerJean Privat <jean@pryen.org>
Mon, 17 Jul 2017 13:53:31 +0000 (09:53 -0400)
commit6e8cc7f835d389cc5f76db165a0030112fdd053b
treec00f986da5c1621e3fcb4469b849c6aa04661265
parentb10b8ce8d187990c8ce20cde3be8c47230204d1a
parenta1c8730e5585af76ffc85c1b46226fba5d8f012e
Merge: quadtree: use an array, fix warnings and standardize the doc

Replace the 4 attributes by an array of all the children. This new structure lightens the code and allows to fix 65 `method call on a nullable receiver` warnings. As this is already a significant refactor, I avoided modifying further the implementations to avoid breaking things.

Pull-Request: #2528