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 TypeMethodDescriptionvoidContactListener.beginContact(Contact contact) Called when two fixtures begin to touch.voidContactListener.endContact(Contact contact) Called when two fixtures cease to touch.voidContactListener.postSolve(Contact contact, ContactImpulse impulse) This lets you inspect a contact after the solver is finished.voidThis 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 voidWorld.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 TypeClassDescriptionclassclassclassclassclassclassclassFields in org.jbox2d.dynamics.contacts declared as ContactModifier and TypeFieldDescriptionContactEdge.contactthe contactContact[]ContactSolver.ContactSolverDef.contactsContact[]ContactSolver.m_contactsContact.m_nextContact.m_prevFields 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 TypeMethodDescriptionvoidContactCreator.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.ccstackprivate final MutableStack<Contact> DefaultWorldPool.chcstackprivate final MutableStack<Contact> DefaultWorldPool.chpstackprivate final MutableStack<Contact> DefaultWorldPool.cpstackprivate final MutableStack<Contact> DefaultWorldPool.ecstackprivate final MutableStack<Contact> DefaultWorldPool.epstackprivate final MutableStack<Contact> DefaultWorldPool.pcstackMethods 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 TypeMethodDescriptionvoidTestbedTest.beginContact(Contact contact) voidTestbedTest.endContact(Contact contact) voidTestbedTest.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 TypeMethodDescriptionvoidSensorTest.beginContact(Contact contact) voidSensorTest.endContact(Contact contact) voidBreakable.postSolve(Contact contact, ContactImpulse impulse) voidvoid