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
If the insert method is used to continuously insert a large area of rectangles, and each rectangle overlaps with four sub nodes, the insert method will be infinitely recursive
The text was updated successfully, but these errors were encountered:
I see that insert runs very often but not infinitely, can you provide an example? It takes a long time to insert 100 objects that fill all nodes, maybe you could lower the max_levels or in that case the Quadtree isn't the right choice.
If the insert method is used to continuously insert a large area of rectangles, and each rectangle overlaps with four sub nodes, the insert method will be infinitely recursive
The text was updated successfully, but these errors were encountered: