let qTree = new Quadtree({x:0, y:0, width:400, height:400}); // init
qTree.insert({x:30,y:40,width:10,height:10}); // inserts a node
let nodes = qTree.retrieve({x:10,y:10,width:10,height:10}); // gets possible matches
-
Notifications
You must be signed in to change notification settings - Fork 0
License
spatney/quadtree
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published