org.jbox2d.dynamics.joints
Class RevoluteJointDef
java.lang.Object
org.jbox2d.dynamics.joints.JointDef
org.jbox2d.dynamics.joints.RevoluteJointDef
public class RevoluteJointDef
- extends JointDef
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
localAnchor1
public Vec2 localAnchor1
localAnchor2
public Vec2 localAnchor2
referenceAngle
public float referenceAngle
enableLimit
public boolean enableLimit
lowerAngle
public float lowerAngle
upperAngle
public float upperAngle
enableMotor
public boolean enableMotor
motorSpeed
public float motorSpeed
maxMotorTorque
public float maxMotorTorque
RevoluteJointDef
public RevoluteJointDef()
initialize
public void initialize(Body b1,
Body b2,
Vec2 anchor)