Skip to content

geidav/quadtree-neighbor-finding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Finding neighbor nodes in Quadtrees

This is the implementation accompanying my blog post on finding neighbor nodes in quadtrees (visit http://geidav.wordpress.com). The code only implements finding neighbors in the north direction. The other directions (west, east, south, north-west, north-east, south-west, south-east) can be easily derived, because they're symmetric.

About

Code to find neighbor nodes in a Quadtree

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages