org.jbox2d.dynamics.joints
Class PrismaticJointDef

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

public class PrismaticJointDef
extends JointDef


Field Summary
 boolean enableLimit
           
 boolean enableMotor
           
 Vec2 localAnchor1
           
 Vec2 localAnchor2
           
 Vec2 localAxis1
           
 float lowerTranslation
           
 float maxMotorForce
           
 float motorSpeed
           
 float referenceAngle
           
 float upperTranslation
           
 
Fields inherited from class org.jbox2d.dynamics.joints.JointDef
body1, body2, collideConnected, type, userData
 
Constructor Summary
PrismaticJointDef()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

PrismaticJointDef

public PrismaticJointDef()