|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbox2d.collision.ManifoldPoint
public class ManifoldPoint
Field Summary | |
---|---|
ContactID |
id
|
Vec2 |
localPoint1
|
Vec2 |
localPoint2
|
float |
normalForce
|
float |
separation
|
float |
tangentForce
|
Constructor Summary | |
---|---|
ManifoldPoint()
|
|
ManifoldPoint(ManifoldPoint cp)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Vec2 localPoint1
public Vec2 localPoint2
public float separation
public float normalForce
public float tangentForce
public ContactID id
Constructor Detail |
---|
public ManifoldPoint()
public ManifoldPoint(ManifoldPoint cp)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |