public class ContactEdge
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Contact |
contact
the contact
|
ContactEdge |
next
the next contact edge in the body's contact list
|
Body |
other
provides quick access to the other body attached.
|
ContactEdge |
prev
the previous contact edge in the body's contact list
|
Constructor and Description |
---|
ContactEdge() |
public Body other
public Contact contact
public ContactEdge prev
public ContactEdge next
Copyright © 2017. All Rights Reserved.