Uses of Class
org.jbox2d.dynamics.contacts.ContactEdge
Packages that use ContactEdge
Package
Description
The Dynamics module is the most complex part of jbox2d and is the part you
likely interact with the most.
Contact implementations that detect and solve collisions between pairs of
fixtures in the dynamics module.
-
Uses of ContactEdge in org.jbox2d.dynamics
Fields in org.jbox2d.dynamics declared as ContactEdgeMethods in org.jbox2d.dynamics that return ContactEdgeModifier and TypeMethodDescriptionfinal ContactEdgeBody.getContactList()Get the list of all contacts attached to this body. -
Uses of ContactEdge in org.jbox2d.dynamics.contacts
Fields in org.jbox2d.dynamics.contacts declared as ContactEdge