Uses of Class
org.jbox2d.dynamics.contacts.Contact
-
Packages that use Contact Package Description org.jbox2d.callbacks org.jbox2d.dynamics org.jbox2d.dynamics.contacts org.jbox2d.pooling org.jbox2d.pooling.normal org.jbox2d.testbed.framework org.jbox2d.testbed.tests -
-
Uses of Contact in org.jbox2d.callbacks
Methods in org.jbox2d.callbacks with parameters of type Contact Modifier and Type Method Description voidContactListener. 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.voidContactListener. preSolve(Contact contact, Manifold oldManifold)This is called after a contact is updated. -
Uses of Contact in org.jbox2d.dynamics
Fields in org.jbox2d.dynamics declared as Contact Modifier and Type Field Description ContactContactManager. m_contactListContact[]Island. m_contactsMethods in org.jbox2d.dynamics that return Contact Modifier and Type Method Description ContactWorld. getContactList()Get the world contact list.ContactWorld. popContact(Fixture fixtureA, int indexA, Fixture fixtureB, int indexB)Methods in org.jbox2d.dynamics with parameters of type Contact Modifier and Type Method Description voidIsland. add(Contact contact)voidContactManager. destroy(Contact c)voidWorld. pushContact(Contact contact)Method parameters in org.jbox2d.dynamics with type arguments of type Contact Modifier and Type Method Description private voidWorld. addType(IDynamicStack<Contact> creator, ShapeType type1, ShapeType type2) -
Uses of Contact in org.jbox2d.dynamics.contacts
Subclasses of Contact in org.jbox2d.dynamics.contacts Modifier and Type Class Description classChainAndCircleContactclassChainAndPolygonContactclassCircleContactclassEdgeAndCircleContactclassEdgeAndPolygonContactclassPolygonAndCircleContactclassPolygonContactFields in org.jbox2d.dynamics.contacts declared as Contact Modifier and Type Field Description ContactContactEdge. contactthe contactContact[]ContactSolver.ContactSolverDef. contactsContact[]ContactSolver. m_contactsContactContact. m_nextContactContact. m_prevFields in org.jbox2d.dynamics.contacts with type parameters of type Contact Modifier and Type Field Description IDynamicStack<Contact>ContactRegister. creatorMethods in org.jbox2d.dynamics.contacts that return Contact Modifier and Type Method Description ContactContactCreator. contactCreateFcn(IWorldPool argPool, Fixture fixtureA, Fixture fixtureB)ContactContact. getNext()Get the next contact in the world's contact list.Methods in org.jbox2d.dynamics.contacts with parameters of type Contact Modifier and Type Method Description voidContactCreator. contactDestroyFcn(IWorldPool argPool, Contact contact) -
Uses of Contact in org.jbox2d.pooling
Methods in org.jbox2d.pooling that return types with arguments of type Contact Modifier and Type Method Description IDynamicStack<Contact>IWorldPool. getChainCircleContactStack()IDynamicStack<Contact>IWorldPool. getChainPolyContactStack()IDynamicStack<Contact>IWorldPool. getCircleContactStack()IDynamicStack<Contact>IWorldPool. getEdgeCircleContactStack()IDynamicStack<Contact>IWorldPool. getEdgePolyContactStack()IDynamicStack<Contact>IWorldPool. getPolyCircleContactStack()IDynamicStack<Contact>IWorldPool. getPolyContactStack() -
Uses of Contact in org.jbox2d.pooling.normal
Fields in org.jbox2d.pooling.normal with type parameters of type Contact Modifier and Type Field Description private MutableStack<Contact>DefaultWorldPool. ccstackprivate MutableStack<Contact>DefaultWorldPool. chcstackprivate MutableStack<Contact>DefaultWorldPool. chpstackprivate MutableStack<Contact>DefaultWorldPool. cpstackprivate MutableStack<Contact>DefaultWorldPool. ecstackprivate MutableStack<Contact>DefaultWorldPool. epstackprivate MutableStack<Contact>DefaultWorldPool. pcstackMethods in org.jbox2d.pooling.normal that return types with arguments of type Contact Modifier and Type Method Description IDynamicStack<Contact>DefaultWorldPool. getChainCircleContactStack()IDynamicStack<Contact>DefaultWorldPool. getChainPolyContactStack()IDynamicStack<Contact>DefaultWorldPool. getCircleContactStack()IDynamicStack<Contact>DefaultWorldPool. getEdgeCircleContactStack()IDynamicStack<Contact>DefaultWorldPool. getEdgePolyContactStack()IDynamicStack<Contact>DefaultWorldPool. getPolyCircleContactStack()IDynamicStack<Contact>DefaultWorldPool. getPolyContactStack() -
Uses of Contact in org.jbox2d.testbed.framework
Methods in org.jbox2d.testbed.framework with parameters of type Contact Modifier and Type Method Description voidTestbedTest. beginContact(Contact contact)voidTestbedTest. endContact(Contact contact)voidTestbedTest. postSolve(Contact contact, ContactImpulse impulse)voidTestbedTest. preSolve(Contact contact, Manifold oldManifold) -
Uses of Contact in org.jbox2d.testbed.tests
Methods in org.jbox2d.testbed.tests with parameters of type Contact Modifier and Type Method Description voidSensorTest. beginContact(Contact contact)voidSensorTest. endContact(Contact contact)voidBreakable. postSolve(Contact contact, ContactImpulse impulse)voidConveyorBelt. preSolve(Contact contact, Manifold oldManifold)voidOneSidedTest. preSolve(Contact contact, Manifold oldManifold)
-