org.jbox2d.dynamics.contacts
Class CircleContact
java.lang.Object
org.jbox2d.dynamics.contacts.Contact
org.jbox2d.dynamics.contacts.CircleContact
public class CircleContact
- 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 |
CircleContact
public CircleContact(IWorldPool argPool)
- Parameters:
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.