Enhancement request: It would be great if `Quadtree.KNearest` returned the results slice in distance-sorted order. Current implementation returns it in a non-deterministic order, hence an additional `Sort.Slice()` appears to be required.
Enhancement request: It would be great if
Quadtree.KNearestreturned the results slice in distance-sorted order.Current implementation returns it in a non-deterministic order, hence an additional
Sort.Slice()appears to be required.