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
-
m_broadPhase
-
m_contactList
-
m_contactCount
public int m_contactCount -
m_contactFilter
-
m_contactListener
-
-
Constructor Details
-
ContactManager
-
-
Method Details
-
addPair
Broad-phase callback.- Specified by:
addPairin interfacePairCallback- Parameters:
proxyUserDataA-proxyUserDataB-
-
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.
-