Module broad_phase

Source
Expand description

Finds pairs of entities with overlapping ColliderAabbs to reduce the number of potential contacts for the narrow phase.

See BroadPhasePlugin.

Structs§

AabbIntervalFlags
Flags for AABB intervals in the broad phase.
BroadPhasePlugin
Finds pairs of entities with overlapping ColliderAabbs to reduce the number of potential contacts for the narrow phase.

Enums§

BroadPhaseSet
System sets for systems running in PhysicsStepSet::BroadPhase.