issues
search
kip-hart
/
AABBTree
Pure Python implementation of d-dimensional AABB tree.
https://aabbtree.readthedocs.io
MIT License
62
stars
11
forks
source link
Update to v2.2
#2
Closed
kip-hart
closed
5 years ago
kip-hart
commented
5 years ago
Change Log
AABB Class
Added volume property
Added overlap volume class method
AABBTree Class
Added depth property
Updated cost functions in add method
Miscellaneous
Updated version to 2.2
Removed cost-dependent AABBTree tests
Change Log
AABB Class
AABBTree Class
Miscellaneous