The mistake seems to be in the TryAdd method of KDTreeNodeCollection.
On line 137: farthest = node;
At some point the node collection was meant to be made an ordered collection.
This could have been inadvertently reversed on a previous version and this
change was not captured by the unit tests.
Original issue reported on code.google.com by cesarso...@gmail.com on 18 Sep 2013 at 5:38
Original issue reported on code.google.com by
cesarso...@gmail.com
on 18 Sep 2013 at 5:38