Uses of Class
com.bulletphysics.collision.broadphase.OverlappingPairCache

Packages that use OverlappingPairCache
com.bulletphysics.collision.broadphase Broadphase collision code for fast determining of overlapping pairs. 
com.bulletphysics.collision.dispatch Dispatching code for collisions between various shapes. 
 

Uses of OverlappingPairCache in com.bulletphysics.collision.broadphase
 

Subclasses of OverlappingPairCache in com.bulletphysics.collision.broadphase
 class HashedOverlappingPairCache
          Hash-space based Pair Cache.
 

Fields in com.bulletphysics.collision.broadphase declared as OverlappingPairCache
protected  OverlappingPairCache AxisSweep3Internal.pairCache
           
 

Methods in com.bulletphysics.collision.broadphase that return OverlappingPairCache
 OverlappingPairCache AxisSweep3Internal.getOverlappingPairCache()
           
 OverlappingPairCache BroadphaseInterface.getOverlappingPairCache()
           
 OverlappingPairCache SimpleBroadphase.getOverlappingPairCache()
           
 

Methods in com.bulletphysics.collision.broadphase with parameters of type OverlappingPairCache
abstract  void Dispatcher.dispatchAllCollisionPairs(OverlappingPairCache pairCache, DispatcherInfo dispatchInfo, Dispatcher dispatcher)
           
 

Constructors in com.bulletphysics.collision.broadphase with parameters of type OverlappingPairCache
AxisSweep3_32(javax.vecmath.Vector3f worldAabbMin, javax.vecmath.Vector3f worldAabbMax, int maxHandles, OverlappingPairCache pairCache)
           
AxisSweep3(javax.vecmath.Vector3f worldAabbMin, javax.vecmath.Vector3f worldAabbMax, int maxHandles, OverlappingPairCache pairCache)
           
SimpleBroadphase(int maxProxies, OverlappingPairCache overlappingPairCache)
           
 

Uses of OverlappingPairCache in com.bulletphysics.collision.dispatch
 

Methods in com.bulletphysics.collision.dispatch that return OverlappingPairCache
 OverlappingPairCache CollisionWorld.getPairCache()
           
 

Methods in com.bulletphysics.collision.dispatch with parameters of type OverlappingPairCache
 void CollisionDispatcher.dispatchAllCollisionPairs(OverlappingPairCache pairCache, DispatcherInfo dispatchInfo, Dispatcher dispatcher)