public class BroadphasePair extends Object
Dispatcher can search a CollisionAlgorithm that performs
exact/narrowphase collision detection on the actual collision shapes.| Modifier and Type | Field and Description |
|---|---|
CollisionAlgorithm |
algorithm |
static Comparator<BroadphasePair> |
broadphasePairSortPredicate |
BroadphaseProxy |
pProxy0 |
BroadphaseProxy |
pProxy1 |
Object |
userInfo |
| Constructor and Description |
|---|
BroadphasePair() |
BroadphasePair(BroadphaseProxy pProxy0,
BroadphaseProxy pProxy1) |
public BroadphaseProxy pProxy0
public BroadphaseProxy pProxy1
public CollisionAlgorithm algorithm
public Object userInfo
public static final Comparator<BroadphasePair> broadphasePairSortPredicate
public BroadphasePair()
public BroadphasePair(BroadphaseProxy pProxy0, BroadphaseProxy pProxy1)
public void set(BroadphasePair p)
public boolean equals(BroadphasePair p)