[][src]Module broccoli::query

Contains query modules for each query algorithm.

Modules

colfind

Provides 2d broadphase collision detection.

draw

Functions that make it easier to visualize the tree data structure

from_slice

Provides collect() functions through the FromSlice trait.

intersect_with

Find collisions between two groups

knearest

Knearest query module

nbody

Experimental nbody approximate solver

raycast

Raycast query module

rect

Rect query module

Traits

Queries

Query modules provide functions based off of this trait.

Functions

assert_tree_invariants

panics if a broken broccoli tree invariant is detected. For debugging purposes only.