3.3.6 • Published 1 year ago

@iamnotstone/aabb-tree v3.3.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

相对于原来的库,增加了根据shape来找该shape与AABBTree中相交的结点

原来的库地址 https://github.com/JeremyAube/AABBTreejs.git

added two functions compare to origin project

  1. AABBTree.GetShapesOverlappingWithPoint(point: Vector3 | Vector2)
  2. AABBTree.GetShapesOverlappingWithShape(another: IAABBShape)

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

Ressources

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.

3.3.6

1 year ago

3.3.5

1 year ago

3.3.4

1 year ago

3.3.3

1 year ago

3.3.2

1 year ago

3.3.1

1 year ago