Module quadtree

Source
Expand description

Everything Quadtree related.

Structs§

QTHazard
Representation of a Hazard in a QTNode
QTNode
Quadtree node

Enums§

QTHazPresence
Presence of a Hazard in a QTNode

Traits§

QTQueryable
Common trait for all geometric primitives that can be directly queried in the quadtree for collisions with the edges of the registered hazards. These include: Rect, Edge and Circle.