|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbox2d.collision.ContactID
public class ContactID
Contact ids to facilitate warm starting.
Nested Class Summary | |
---|---|
class |
ContactID.Features
The features that intersect to form the contact point |
Field Summary | |
---|---|
ContactID.Features |
features
The features that intersect to form the contact point |
int |
key
Inactive in Java port (used for quick compares in C++ as part of a union) |
Constructor Summary | |
---|---|
ContactID()
|
|
ContactID(ContactID c)
|
Method Summary | |
---|---|
boolean |
isEqual(ContactID cid)
|
void |
zero()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int key
public ContactID.Features features
Constructor Detail |
---|
public ContactID()
public ContactID(ContactID c)
Method Detail |
---|
public boolean isEqual(ContactID cid)
public void zero()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |