com.bulletphysics.collision.broadphase
Class BroadphasePair

java.lang.Object
  extended by com.bulletphysics.collision.broadphase.BroadphasePair

public class BroadphasePair
extends java.lang.Object


Field Summary
 CollisionAlgorithm algorithm
           
static java.util.Comparator<BroadphasePair> broadphasePairSortPredicate
           
 BroadphaseProxy pProxy0
           
 BroadphaseProxy pProxy1
           
 java.lang.Object userInfo
           
 
Constructor Summary
BroadphasePair()
           
BroadphasePair(BroadphaseProxy pProxy0, BroadphaseProxy pProxy1)
           
 
Method Summary
 boolean equals(BroadphasePair p)
           
 void set(BroadphasePair p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pProxy0

public BroadphaseProxy pProxy0

pProxy1

public BroadphaseProxy pProxy1

algorithm

public CollisionAlgorithm algorithm

userInfo

public java.lang.Object userInfo

broadphasePairSortPredicate

public static final java.util.Comparator<BroadphasePair> broadphasePairSortPredicate
Constructor Detail

BroadphasePair

public BroadphasePair()

BroadphasePair

public BroadphasePair(BroadphaseProxy pProxy0,
                      BroadphaseProxy pProxy1)
Method Detail

set

public void set(BroadphasePair p)

equals

public boolean equals(BroadphasePair p)