Package org.jbox2d.dynamics.contacts
Class ChainAndPolygonContact
- java.lang.Object
-
- org.jbox2d.dynamics.contacts.Contact
-
- org.jbox2d.dynamics.contacts.ChainAndPolygonContact
-
public class ChainAndPolygonContact extends Contact
-
-
Field Summary
Fields Modifier and Type Field Description private EdgeShape
edge
-
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
-
-
Constructor Summary
Constructors Constructor Description ChainAndPolygonContact(IWorldPool argPool)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
evaluate(Manifold manifold, Transform xfA, Transform xfB)
void
init(Fixture fA, int indexA, Fixture fB, int indexB)
initialization for pooling-
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
-
-
-
-
Field Detail
-
edge
private final EdgeShape edge
-
-
Constructor Detail
-
ChainAndPolygonContact
public ChainAndPolygonContact(IWorldPool argPool)
-
-