|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbox2d.dynamics.contacts.ContactVelocityConstraint.VelocityConstraintPoint
public static class ContactVelocityConstraint.VelocityConstraintPoint
Field Summary | |
---|---|
float |
normalImpulse
|
float |
normalMass
|
Vec2 |
rA
|
Vec2 |
rB
|
float |
tangentImpulse
|
float |
tangentMass
|
float |
velocityBias
|
Constructor Summary | |
---|---|
ContactVelocityConstraint.VelocityConstraintPoint()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final Vec2 rA
public final Vec2 rB
public float normalImpulse
public float tangentImpulse
public float normalMass
public float tangentMass
public float velocityBias
Constructor Detail |
---|
public ContactVelocityConstraint.VelocityConstraintPoint()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |