Module collision::algorithm::broad_phase [] [src]

Broad phase collision detection algorithms

Structs

BruteForce

Broad phase collision detection brute force implementation.

DbvtBroadPhase

Dynamic Bounding Volume Tree accelerated broad phase collision detection algorithm

SweepAndPrune

Sweep and prune broad phase collision detection algorithm.

Traits

Variance

Trait for variance calculation in sweep and prune algorithm

Type Definitions

SweepAndPrune2

Broad phase sweep and prune algorithm for 2D, see SweepAndPrune for more information.

SweepAndPrune3

Broad phase sweep and prune algorithm for 3D, see SweepAndPrune for more information.