Module collision_detection

Source
Expand description

Everything related to the Collision Detection Engine

Modules§

hazards
Everything Hazard related
quadtree
Everything Quadtree related.

Structs§

CDEConfig
Configuration of the CDEngine
CDESnapshot
Snapshot of the state of CDEngine. Can be used to restore to a previous state.
CDEngine
The Collision Detection Engine (CDE). Hazards can be (de)registered and collision queries can be performed.