[][src]Module broccoli::query::colfind

Provides 2d broadphase collision detection.

Modules

builder

Contains code to customize the colliding pair finding algorithm.

Traits

ColfindQuery

Colfind functions that can be called on a tree.

NotSortedQueries

Queries that can be performed on a tree that is not sorted These functions are not documented since they match the same behavior as those in the Queries trait.

Functions

assert_query

Panics if a disconnect is detected between tree and naive queries.

query_naive_mut

Naive implementation

query_sweep_mut

Sweep and prune algorithm.