KDTreeNode is now a re-usable proxy (like NativeType).
To work with existing code, KDTreeNode.left(), KDTreeNode.right(), KDTree.getRoot() etc create new objects in each
call, instead of re-using existing proxies.
Code using that should be rewritten to reuse proxies, if possible.
KDTreeNode is now a re-usable proxy (like NativeType).
To work with existing code, KDTreeNode.left(), KDTreeNode.right(), KDTree.getRoot() etc create new objects in each
call, instead of re-using existing proxies.
Code using that should be rewritten to reuse proxies, if possible.
KDTreeNode is now a re-usable proxy (like NativeType).
To work with existing code, KDTreeNode.left(), KDTreeNode.right(), KDTree.getRoot() etc create new objects in each
call, instead of re-using existing proxies.
Code using that should be rewritten to reuse proxies, if possible.