Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 514 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 514 Bytes

AABB Tree

Simple implementation of an AABB Tree (Axis Aligned Bounding Box Tree) to optimize collision detection

Documentations

The TypeDoc generated documentation can be found at the following here

Commands

Run Test: npm test
Generate the docs: npm docs
Build the package: npm build

Contributing

Feel free to fork this project and send your changes in a pull requests.

Bugs

If you find a bug, please report it as a Github Issue.