org.jbox2d.dynamics.joints
Class PulleyJointDef

java.lang.Object
  extended by org.jbox2d.dynamics.joints.JointDef
      extended by org.jbox2d.dynamics.joints.PulleyJointDef

public class PulleyJointDef
extends JointDef


Field Summary
 Vec2 groundAnchor1
           
 Vec2 groundAnchor2
           
 float length1
           
 float length2
           
 Vec2 localAnchor1
           
 Vec2 localAnchor2
           
 float maxLength1
           
 float maxLength2
           
 float ratio
           
 
Fields inherited from class org.jbox2d.dynamics.joints.JointDef
body1, body2, collideConnected, type, userData
 
Constructor Summary
PulleyJointDef()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

groundAnchor1

public Vec2 groundAnchor1

groundAnchor2

public Vec2 groundAnchor2

localAnchor1

public Vec2 localAnchor1

localAnchor2

public Vec2 localAnchor2

length1

public float length1

maxLength1

public float maxLength1

length2

public float length2

maxLength2

public float maxLength2

ratio

public float ratio
Constructor Detail

PulleyJointDef

public PulleyJointDef()