aabb-tree
TypeScript icon, indicating that this package has built-in type declarations

3.3.2 • Public • Published

AABB Tree

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

The project now supports 2d and 3d shapes nativly. Mixing both within the same tree is not requemended.

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

Ressources

Contributing

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

Bugs

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

Author

Jérémy Aubé
jeremyaube24@gmail.com
Github

Package Sidebar

Install

npm i aabb-tree

Weekly Downloads

0

Version

3.3.2

License

MIT

Unpacked Size

31.6 kB

Total Files

30

Last publish

Collaborators

  • jeremyaube