[][src]Module dinotree_alg::colfind

Provides 2d broadphase collision detection.

Structs

NotSortedQueryBuilder

Builder for a query on a NotSorted Dinotree.

QueryBuilder

Builder for a query on a DinoTree.

Traits

ColMulti

Used for the advanced algorithms. Trait that user implements to handling aabb collisions. The user supplies a struct that implements this trait instead of just a closure so that the user may also have the struct implement Splitter.

Functions

query_naive_mut

Naive algorithm.

query_sweep_mut

Sweep and prune algorithm.