jagua_rs::collision_detection

Module hazard_helpers

Source

Structs§

  • Datastructure to register which Hazards are detected during collision collection. Hazards caused by placed items have instant lookups, the others are stored in a Vec. It also stores an index for each hazard, which can be used to determine the order in which they were detected.

Traits§

  • Trait for structs that can track and store already detected hazards. Interface made to mimic a Vec of HazardEntitys.
  • Trait for structs that can be used to filter out irrelevant hazards. Basically only used in QTHazardVec::strongest().