|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbox2d.dynamics.joints.JointDef
org.jbox2d.dynamics.joints.MouseJointDef
public class MouseJointDef
Mouse joint definition. This requires a world target point, tuning parameters, and the time step.
| Field Summary | |
|---|---|
float |
dampingRatio
The damping ratio. |
float |
frequencyHz
The response speed. |
float |
maxForce
The maximum constraint force that can be exerted to move the candidate body. |
Vec2 |
target
The initial world target point. |
| Fields inherited from class org.jbox2d.dynamics.joints.JointDef |
|---|
bodyA, bodyB, collideConnected, type, userData |
| Constructor Summary | |
|---|---|
MouseJointDef()
|
|
| 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 target
public float maxForce
public float frequencyHz
public float dampingRatio
| Constructor Detail |
|---|
public MouseJointDef()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||