Package | Description |
---|---|
org.jbox2d.callbacks | |
org.jbox2d.dynamics | |
org.jbox2d.dynamics.contacts | |
org.jbox2d.pooling | |
org.jbox2d.pooling.normal |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
Contact |
ContactManager.m_contactList |
Contact[] |
Island.m_contacts |
Modifier and Type | Method and Description |
---|---|
Contact |
World.getContactList()
Get the world contact list.
|
Contact |
World.popContact(Fixture fixtureA,
int indexA,
Fixture fixtureB,
int indexB) |
Modifier and Type | Method and Description |
---|---|
void |
Island.add(Contact contact) |
void |
ContactManager.destroy(Contact c) |
void |
World.pushContact(Contact contact) |
Modifier and Type | Class and Description |
---|---|
class |
ChainAndCircleContact |
class |
ChainAndPolygonContact |
class |
CircleContact |
class |
EdgeAndCircleContact |
class |
EdgeAndPolygonContact |
class |
PolygonAndCircleContact |
class |
PolygonContact |
Modifier and Type | Field and Description |
---|---|
Contact |
ContactEdge.contact
the contact
|
Contact[] |
ContactSolver.ContactSolverDef.contacts |
Contact[] |
ContactSolver.m_contacts |
Contact |
Contact.m_next |
Contact |
Contact.m_prev |
Modifier and Type | Field and Description |
---|---|
IDynamicStack<Contact> |
ContactRegister.creator |
Modifier and Type | Method and Description |
---|---|
Contact |
ContactCreator.contactCreateFcn(IWorldPool argPool,
Fixture fixtureA,
Fixture fixtureB) |
Contact |
Contact.getNext()
Get the next contact in the world's contact list.
|
Modifier and Type | Method and Description |
---|---|
void |
ContactCreator.contactDestroyFcn(IWorldPool argPool,
Contact contact) |
Modifier and Type | Method and 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() |
Modifier and Type | Method and 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() |
Copyright © 2017. All Rights Reserved.