Module dynamic_tree

Module dynamic_tree 

Source
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§

DynamicTree
A dynamic AABB tree for efficient spatial queries.
DynamicTreeIterator
Iterator for traversing all user data in the tree’s leaves.
DynamicTreeNode
A node in the dynamic tree.