|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbox2d.collision.ContactID.Features
public static class ContactID.Features
The features that intersect to form the contact point
| Field Summary | |
|---|---|
int |
flip
A value of 1 indicates that the reference edge is on shape2. |
int |
incidentEdge
The edge most anti-parallel to the reference edge. |
int |
incidentVertex
The vertex (0 or 1) on the incident edge that was clipped. |
int |
referenceEdge
The edge that defines the outward contact normal. |
| Constructor Summary | |
|---|---|
ContactID.Features()
|
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int referenceEdge
public int incidentEdge
public int incidentVertex
public int flip
| Constructor Detail |
|---|
public ContactID.Features()
| Method Detail |
|---|
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||