Simple implementation of an AABB Tree (Axis Aligned Bounding Box Tree) to optimize collision detection
The TypeDoc generated documentation can be found at the following here
Run Test: npm test
Generate the docs: npm docs
Build the package: npm build
Feel free to fork this project and send your changes in a pull requests.
If you find a bug, please report it as a Github Issue.