|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbox2d.dynamics.contacts.Contact
org.jbox2d.dynamics.contacts.NullContact
public class NullContact
Field Summary |
---|
Fields inherited from class org.jbox2d.dynamics.contacts.Contact |
---|
e_islandFlag, e_nonSolidFlag, e_slowFlag, e_toiFlag, m_flags, m_friction, m_manifoldCount, m_next, m_node1, m_node2, m_prev, m_restitution, m_shape1, m_shape2, m_toi, m_world |
Constructor Summary | |
---|---|
NullContact()
|
Method Summary | |
---|---|
Contact |
clone()
|
void |
evaluate(ContactListener cl)
|
java.util.List<Manifold> |
getManifolds()
|
Methods inherited from class org.jbox2d.dynamics.contacts.Contact |
---|
createContact, destroy, getManifoldCount, getNext, getShape1, getShape2, isSolid, update |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NullContact()
Method Detail |
---|
public void evaluate(ContactListener cl)
evaluate
in class Contact
public Contact clone()
clone
in class Contact
public java.util.List<Manifold> getManifolds()
getManifolds
in class Contact
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |