org.jbox2d.dynamics.contacts
Class PolygonContact
java.lang.Object
org.jbox2d.dynamics.contacts.Contact
org.jbox2d.dynamics.contacts.PolygonContact
public class PolygonContact
- extends Contact
Fields inherited from class org.jbox2d.dynamics.contacts.Contact |
BULLET_HIT_FLAG, ENABLED_FLAG, FILTER_FLAG, ISLAND_FLAG, m_fixtureA, m_fixtureB, m_flags, m_manifold, m_next, m_nodeA, m_nodeB, m_prev, m_toiCount, pool, TOUCHING_FLAG |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PolygonContact
public PolygonContact(IWorldPool argPool)
init
public void init(Fixture fixtureA,
Fixture fixtureB)
- Description copied from class:
Contact
- initialization for pooling
- Overrides:
init
in class Contact
evaluate
public void evaluate(Manifold manifold,
Transform xfA,
Transform xfB)
- Specified by:
evaluate
in class Contact
Copyright © 2012. All Rights Reserved.