Expand description
§Dynamic AABB Tree
A high-performance spatial partitioning structure for broad-phase collision detection. It uses an incrementally balanced binary tree of AABBs.
Structs§
- Dynamic
Tree - A dynamic AABB tree for efficient spatial queries.
- Dynamic
Tree Iterator - Iterator for traversing all user data in the tree’s leaves.
- Dynamic
Tree Node - A node in the dynamic tree.