|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbox2d.dynamics.contacts.ContactPoint
public class ContactPoint
Field Summary | |
---|---|
ContactID |
id
|
Vec2 |
normal
|
float |
normalForce
|
Vec2 |
position
|
float |
separation
|
Shape |
shape1
|
Shape |
shape2
|
float |
tangentForce
|
Constructor Summary | |
---|---|
ContactPoint()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Shape shape1
public Shape shape2
public Vec2 position
public Vec2 normal
public float separation
public float normalForce
public float tangentForce
public ContactID id
Constructor Detail |
---|
public ContactPoint()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |