org.jbox2d.dynamics.joints
Class JointDef
java.lang.Object
org.jbox2d.dynamics.joints.JointDef
- Direct Known Subclasses:
- ConstantVolumeJointDef, DistanceJointDef, GearJointDef, MouseJointDef, PrismaticJointDef, PulleyJointDef, RevoluteJointDef
public abstract class JointDef
- extends Object
Base class for all joint definitions
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
public JointType type
body1
public Body body1
body2
public Body body2
userData
public Object userData
collideConnected
public boolean collideConnected
JointDef
public JointDef()