Class ContactEdge

java.lang.Object
org.jbox2d.dynamics.contacts.ContactEdge

public class ContactEdge extends Object
A contact edge is used to connect bodies and contacts together in a contact graph where each body is a node and each contact is an edge.

A contact edge belongs to a doubly linked list maintained in each attached body. Each contact has two contact nodes, one for each attached body.

Author:
Daniel Murphy
Repolink:
Github: erincatto/box2d include/box2d/b2_contact.h Lines 72 - 83