|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Contact | |
|---|---|
| org.jbox2d.callbacks | |
| org.jbox2d.dynamics | |
| org.jbox2d.dynamics.contacts | |
| org.jbox2d.pooling | |
| org.jbox2d.pooling.normal | |
| Uses of Contact in org.jbox2d.callbacks |
|---|
| Methods in org.jbox2d.callbacks with parameters of type Contact | |
|---|---|
void |
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 |
ContactListener.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 | |
|---|---|
Contact |
ContactManager.m_contactList
|
Contact[] |
Island.m_contacts
|
| Methods in org.jbox2d.dynamics that return Contact | |
|---|---|
Contact |
World.getContactList()
Get the world contact list. |
Contact |
World.popContact(Fixture fixtureA,
int indexA,
Fixture fixtureB,
int indexB)
|
| Methods in org.jbox2d.dynamics with parameters of type Contact | |
|---|---|
void |
Island.add(Contact contact)
|
void |
ContactManager.destroy(Contact c)
|
void |
World.pushContact(Contact contact)
|
| Uses of Contact in org.jbox2d.dynamics.contacts |
|---|
| Subclasses of Contact in org.jbox2d.dynamics.contacts | |
|---|---|
class |
ChainAndCircleContact
|
class |
ChainAndPolygonContact
|
class |
CircleContact
|
class |
EdgeAndCircleContact
|
class |
EdgeAndPolygonContact
|
class |
PolygonAndCircleContact
|
class |
PolygonContact
|
| Fields in org.jbox2d.dynamics.contacts declared as Contact | |
|---|---|
Contact |
ContactEdge.contact
the contact |
Contact[] |
ContactSolver.ContactSolverDef.contacts
|
Contact[] |
ContactSolver.m_contacts
|
Contact |
Contact.m_next
|
Contact |
Contact.m_prev
|
| Fields in org.jbox2d.dynamics.contacts with type parameters of type Contact | |
|---|---|
IDynamicStack<Contact> |
ContactRegister.creator
|
| Methods in org.jbox2d.dynamics.contacts that return Contact | |
|---|---|
Contact |
ContactCreator.contactCreateFcn(IWorldPool argPool,
Fixture fixtureA,
Fixture fixtureB)
|
Contact |
Contact.getNext()
Get the next contact in the world's contact list. |
| Methods in org.jbox2d.dynamics.contacts with parameters of type Contact | |
|---|---|
void |
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 Contact | |
|---|---|
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 |
|---|
| Methods in org.jbox2d.pooling.normal that return types with arguments of type Contact | |
|---|---|
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()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||