org.jbox2d.dynamics.joints
Class PrismaticJointDef
java.lang.Object
org.jbox2d.dynamics.joints.JointDef
org.jbox2d.dynamics.joints.PrismaticJointDef
public class PrismaticJointDef
- 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
localAxis1
public Vec2 localAxis1
referenceAngle
public float referenceAngle
enableLimit
public boolean enableLimit
lowerTranslation
public float lowerTranslation
upperTranslation
public float upperTranslation
enableMotor
public boolean enableMotor
maxMotorForce
public float maxMotorForce
motorSpeed
public float motorSpeed
PrismaticJointDef
public PrismaticJointDef()