|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbox2d.dynamics.contacts.ContactConstraint
public class ContactConstraint
Field Summary | |
---|---|
Body |
body1
|
Body |
body2
|
float |
friction
|
Manifold |
manifold
|
Vec2 |
normal
|
int |
pointCount
|
ContactConstraintPoint[] |
points
|
float |
restitution
|
Constructor Summary | |
---|---|
ContactConstraint()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public ContactConstraintPoint[] points
public Vec2 normal
public Manifold manifold
public Body body1
public Body body2
public float friction
public float restitution
public int pointCount
Constructor Detail |
---|
public ContactConstraint()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |