You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
making NearestNeighbor for kd tree search properly.
It was just checking to see if the left or right tree had a better score than current but the algorithm should check to see if the planes cross our best score for the coordinate we are looking for, not if the nodes score is better or not.
0 commit comments