[][src]Module box2d_rs::b2_broad_phase

Structs

B2broadPhase

The broad-phase is used for computing pairs and performing volume queries and ray casts. This broad-phase does not persist pairs. Instead, this reports potentially new pairs. It is up to the client to consume the new pairs and to track subsequent overlap.

B2broadPhasePairs
B2pair

Constants

E_NULL_PROXY

Traits

AddPairTrait

Type Definitions

B2broadPhasePtr