logo
Expand description

Building blocks to find colliding pairs with trees

Structs

The main primitive to visit each node and find colliding pairs

Finish handling a node by calling finish()

An vec api to avoid excessive dynamic allocation by reusing a Vec

Traits

Shorthand for FnMut(AabbPin<&mut T>, AabbPin<&mut T>) trait bound

Abstract over sorted and non sorted trees