Uses of Class
org.jbox2d.dynamics.contacts.Contact
Packages that use Contact
Package
Description
-
Uses of Contact in org.jbox2d.callbacks
Methods in org.jbox2d.callbacks with parameters of type ContactModifier and TypeMethodDescriptionvoid
ContactListener.beginContact
(Contact contact) Called when two fixtures begin to touch.void
ContactListener.endContact
(Contact contact) Called when two fixtures cease to touch.void
ContactListener.postSolve
(Contact contact, ContactImpulse impulse) This lets you inspect a contact after the solver is finished.void
This is called after a contact is updated. -
Uses of Contact in org.jbox2d.dynamics
Fields in org.jbox2d.dynamics declared as ContactMethods in org.jbox2d.dynamics that return ContactModifier and TypeMethodDescriptionWorld.getContactList()
Get the world contact list.World.popContact
(Fixture fixtureA, int indexA, Fixture fixtureB, int indexB) Methods in org.jbox2d.dynamics with parameters of type ContactMethod parameters in org.jbox2d.dynamics with type arguments of type ContactModifier and TypeMethodDescriptionprivate void
World.addType
(IDynamicStack<Contact> creator, ShapeType type1, ShapeType type2) -
Uses of Contact in org.jbox2d.dynamics.contacts
Subclasses of Contact in org.jbox2d.dynamics.contactsModifier and TypeClassDescriptionclass
class
class
class
class
class
class
Fields in org.jbox2d.dynamics.contacts declared as ContactModifier and TypeFieldDescriptionContactEdge.contact
the contactContact[]
ContactSolver.ContactSolverDef.contacts
Contact[]
ContactSolver.m_contacts
Contact.m_next
Contact.m_prev
Fields in org.jbox2d.dynamics.contacts with type parameters of type ContactMethods in org.jbox2d.dynamics.contacts that return ContactModifier and TypeMethodDescriptionContactCreator.contactCreateFcn
(IWorldPool argPool, Fixture fixtureA, Fixture fixtureB) Contact.getNext()
Get the next contact in the world's contact list.Methods in org.jbox2d.dynamics.contacts with parameters of type ContactModifier and TypeMethodDescriptionvoid
ContactCreator.contactDestroyFcn
(IWorldPool argPool, Contact contact) -
Uses of Contact in org.jbox2d.pooling
Methods in org.jbox2d.pooling that return types with arguments of type ContactModifier and TypeMethodDescriptionIWorldPool.getChainCircleContactStack()
IWorldPool.getChainPolyContactStack()
IWorldPool.getCircleContactStack()
IWorldPool.getEdgeCircleContactStack()
IWorldPool.getEdgePolyContactStack()
IWorldPool.getPolyCircleContactStack()
IWorldPool.getPolyContactStack()
-
Uses of Contact in org.jbox2d.pooling.normal
Fields in org.jbox2d.pooling.normal with type parameters of type ContactModifier and TypeFieldDescriptionprivate final MutableStack
<Contact> DefaultWorldPool.ccstack
private final MutableStack
<Contact> DefaultWorldPool.chcstack
private final MutableStack
<Contact> DefaultWorldPool.chpstack
private final MutableStack
<Contact> DefaultWorldPool.cpstack
private final MutableStack
<Contact> DefaultWorldPool.ecstack
private final MutableStack
<Contact> DefaultWorldPool.epstack
private final MutableStack
<Contact> DefaultWorldPool.pcstack
Methods in org.jbox2d.pooling.normal that return types with arguments of type ContactModifier and TypeMethodDescriptionDefaultWorldPool.getChainCircleContactStack()
DefaultWorldPool.getChainPolyContactStack()
final IDynamicStack
<Contact> DefaultWorldPool.getCircleContactStack()
DefaultWorldPool.getEdgeCircleContactStack()
DefaultWorldPool.getEdgePolyContactStack()
final IDynamicStack
<Contact> DefaultWorldPool.getPolyCircleContactStack()
final IDynamicStack
<Contact> DefaultWorldPool.getPolyContactStack()
-
Uses of Contact in org.jbox2d.testbed.framework
Methods in org.jbox2d.testbed.framework with parameters of type ContactModifier and TypeMethodDescriptionvoid
TestbedTest.beginContact
(Contact contact) void
TestbedTest.endContact
(Contact contact) void
TestbedTest.postSolve
(Contact contact, ContactImpulse impulse) void
-
Uses of Contact in org.jbox2d.testbed.tests
Methods in org.jbox2d.testbed.tests with parameters of type ContactModifier and TypeMethodDescriptionvoid
SensorTest.beginContact
(Contact contact) void
SensorTest.endContact
(Contact contact) void
Breakable.postSolve
(Contact contact, ContactImpulse impulse) void
void