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

Packages that use BroadphasePair
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 BroadphasePair in com.bulletphysics.collision.broadphase
 

Fields in com.bulletphysics.collision.broadphase with type parameters of type BroadphasePair
static java.util.Comparator<BroadphasePair> BroadphasePair.broadphasePairSortPredicate
           
 

Methods in com.bulletphysics.collision.broadphase that return BroadphasePair
 BroadphasePair HashedOverlappingPairCache.addOverlappingPair(BroadphaseProxy proxy0, BroadphaseProxy proxy1)
          Add a pair and return the new pair.
 BroadphasePair OverlappingPairCallback.addOverlappingPair(BroadphaseProxy proxy0, BroadphaseProxy proxy1)
           
 BroadphasePair HashedOverlappingPairCache.findPair(BroadphaseProxy proxy0, BroadphaseProxy proxy1)
           
abstract  BroadphasePair OverlappingPairCache.findPair(BroadphaseProxy proxy0, BroadphaseProxy proxy1)
           
 

Methods in com.bulletphysics.collision.broadphase that return types with arguments of type BroadphasePair
 java.util.List<BroadphasePair> HashedOverlappingPairCache.getOverlappingPairArray()
           
abstract  java.util.List<BroadphasePair> OverlappingPairCache.getOverlappingPairArray()
           
 

Methods in com.bulletphysics.collision.broadphase with parameters of type BroadphasePair
 void HashedOverlappingPairCache.cleanOverlappingPair(BroadphasePair pair, Dispatcher dispatcher)
           
abstract  void OverlappingPairCache.cleanOverlappingPair(BroadphasePair pair, Dispatcher dispatcher)
           
 boolean BroadphasePair.equals(BroadphasePair p)
           
 boolean OverlapCallback.processOverlap(BroadphasePair pair)
           
 void BroadphasePair.set(BroadphasePair p)
           
 

Uses of BroadphasePair in com.bulletphysics.collision.dispatch
 

Methods in com.bulletphysics.collision.dispatch with parameters of type BroadphasePair
 void NearCallback.invoke(BroadphasePair collisionPair, CollisionDispatcher dispatcher, DispatcherInfo dispatchInfo)