PackageBox2D.Dynamics.Contacts
Classpublic class b2ContactEdge
Sourceb2ContactEdge.as

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.



Public Properties
 PropertyDefined by
  contact : b2Contact
b2ContactEdge
  next : b2ContactEdge
b2ContactEdge
  other : b2Body
b2ContactEdge
  prev : b2ContactEdge
b2ContactEdge
Property detail
contactproperty
public var contact:b2Contact
nextproperty 
public var next:b2ContactEdge
otherproperty 
public var other:b2Body
prevproperty 
public var prev:b2ContactEdge