org.jbox2d.dynamics.contacts
Class EdgeAndCircleContact
java.lang.Object
org.jbox2d.dynamics.contacts.Contact
org.jbox2d.dynamics.contacts.EdgeAndCircleContact
public class EdgeAndCircleContact
- 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_friction, m_indexA, m_indexB, m_manifold, m_next, m_nodeA, m_nodeB, m_prev, m_restitution, m_tangentSpeed, m_toi, m_toiCount, pool, TOI_FLAG, TOUCHING_FLAG |
Methods inherited from class org.jbox2d.dynamics.contacts.Contact |
flagForFiltering, getChildIndexA, getChildIndexB, getFixtureA, getFixtureB, getFriction, getManifold, getNext, getRestitution, getTangentSpeed, getWorldManifold, isEnabled, isTouching, mixFriction, mixRestitution, resetFriction, resetRestitution, setEnabled, setFriction, setRestitution, setTangentSpeed, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EdgeAndCircleContact
public EdgeAndCircleContact(IWorldPool argPool)
init
public void init(Fixture fA,
int indexA,
Fixture fB,
int indexB)
- 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 © 2013. All Rights Reserved.