com.bulletphysics.collision.broadphase
Class BroadphasePair
java.lang.Object
com.bulletphysics.collision.broadphase.BroadphasePair
public class BroadphasePair
- extends Object
Pair of collision objects with their AABBs colliding in broadphase.
pProxy0
public BroadphaseProxy pProxy0
pProxy1
public BroadphaseProxy pProxy1
algorithm
public CollisionAlgorithm algorithm
userInfo
public Object userInfo
broadphasePairSortPredicate
public static final Comparator<BroadphasePair> broadphasePairSortPredicate
BroadphasePair
public BroadphasePair()
BroadphasePair
public BroadphasePair(BroadphaseProxy pProxy0,
BroadphaseProxy pProxy1)
set
public void set(BroadphasePair p)
equals
public boolean equals(BroadphasePair p)