quadtree-js icon indicating copy to clipboard operation
quadtree-js copied to clipboard

A lightweight quadtree implementation for javascript

Results 3 quadtree-js issues
Sort by recently updated
recently updated
newest added

As pointed out in the README, well, I think that updating points is a great feature to maintain. The usual thing for this is the typical collision detector for games.

enhancement

Hi, I'm looking for a quick way to retrieve the node an object belongs to? When I use retrieve(), it returns the object for given bounds, but if I want...

enhancement

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