Package com.bulletphysics.collision.broadphase

Broadphase collision code for fast determining of overlapping pairs.

See:
          Description

Interface Summary
BroadphaseInterface BroadphaseInterface for AABB overlapping object pairs.
OverlapCallback  
OverlapFilterCallback  
OverlappingPairCallback OverlappingPairCallback provides user callback to keep track of overlap between objects, like a collision sensor.
 

Class Summary
AxisSweep3 AxisSweep3 is an efficient implementation of the 3d axis sweep and prune broadphase.
AxisSweep3_32 AxisSweep3_32 allows higher precision quantization and more objects compared to the AxisSweep3 sweep and prune.
AxisSweep3_32.EdgeArrayImpl  
AxisSweep3_32.HandleImpl  
AxisSweep3.EdgeArrayImpl  
AxisSweep3.HandleImpl  
AxisSweep3Internal AxisSweep3Internal is an internal template class that implements sweep and prune.
AxisSweep3Internal.EdgeArray  
AxisSweep3Internal.Handle  
BroadphasePair  
BroadphaseProxy  
CollisionAlgorithm  
CollisionAlgorithmConstructionInfo  
CollisionFilterGroups  
Dispatcher Dispatcher can be used in combination with broadphase to dispatch overlapping pairs.
DispatcherInfo  
HashedOverlappingPairCache Hash-space based Pair Cache.
OverlappingPairCache  
SimpleBroadphase SimpleBroadphase is a brute force aabb culling broadphase based on O(n^2) aabb checks.
SimpleBroadphaseProxy  
 

Enum Summary
BroadphaseNativeType Dispatcher uses these types.
DispatchFunc  
 

Package com.bulletphysics.collision.broadphase Description

Broadphase collision code for fast determining of overlapping pairs.