Module broccoli::assert[][src]

Expand description

Assertion functions to ensure correct results.

Functions

assert_for_all_in_rect_mut

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

assert_for_all_intersect_rect_mut

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

assert_for_all_not_in_rect_mut

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

assert_k_nearest_mut

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

assert_query

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

assert_raycast

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

assert_tree_invariants

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