Package org.jbox2d.dynamics
Class ContactManager
java.lang.Object
org.jbox2d.dynamics.ContactManager
- All Implemented Interfaces:
PairCallback
Delegate of World.
- Author:
- Daniel Murphy
-
Field Summary
FieldsModifier and TypeFieldDescriptionint -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
broadPhase
-
contactList
-
contactCount
public int contactCount -
contactFilter
-
contactListener
-
-
Constructor Details
-
ContactManager
-
-
Method Details
-
addPair
Broad-phase callback.- Specified by:
addPairin interfacePairCallback
-
findNewContacts
public void findNewContacts() -
destroy
-
collide
public void collide()This is the top level collision call for the time step. Here all the narrow phase collision is processed for the world contact list.
-