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
Well, from the source code browsing, I knew something was fishy since the only referenees to "item.width/item.height" occurs during insertion methods, but not under retrieve methods. Retrieve methods should also take into consideration item.width/item.height, but i dont see any of those.
Here's a jsfiddle test case for a QuadTree that is supposed to include bounds..
http://jsfiddle.net/zYMpN/2/
Notice the weird behavior (duplicates.. not really meeting described behavior) in the results.. not even sure where to being with this.
This point quad testcase, OTOH, seems to work fine:
http://jsfiddle.net/zYMpN/6/
Any thoughts/feedback would be appreciated.
Thanks
The text was updated successfully, but these errors were encountered: