Jacques Lucke
301bcf771d
Fix T62210: endless loop in kd tree lookup
...
The problem was that `balance` expected that all node children
are set to `KD_NODE_UNSET` by default.
However, this might not be the case when `balance` is called
more than once.
The balance function might change the order of nodes even
when no new point has been inserted.
2019-03-05 16:23:58 +01:00
..
2019-02-18 11:23:40 +11:00
2019-02-18 08:22:12 +11:00
2019-02-18 08:22:12 +11:00
2019-03-05 15:24:54 +01:00
2019-03-05 16:23:58 +01:00
2019-03-05 14:41:46 +01:00
2019-02-27 12:26:49 +11:00
2019-02-27 11:52:30 -05:00
2019-02-27 12:36:32 +11:00
2019-02-27 12:36:32 +11:00
2019-02-18 08:22:12 +11:00
2019-03-05 10:22:14 +01:00
2019-03-06 01:26:30 +11:00
2019-03-05 15:24:54 +01:00
2019-02-18 08:22:12 +11:00
2019-02-25 11:39:14 +01:00
2019-03-04 10:27:41 -03:00
2019-02-18 08:22:12 +11:00
2019-02-27 12:26:49 +11:00
2019-03-05 15:09:25 +11:00
2019-03-06 01:48:43 +11:00
2019-03-01 17:17:44 +01:00
2019-03-01 19:46:08 +01:00
2019-02-18 08:22:12 +11:00
2019-03-02 01:30:59 +11:00
2019-03-01 19:29:26 +01:00
2019-02-18 08:22:12 +11:00
2019-03-05 22:26:45 +11:00
2019-02-27 12:36:32 +11:00