|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JointDef | |
---|---|
org.jbox2d.dynamics | |
org.jbox2d.dynamics.joints |
Uses of JointDef in org.jbox2d.dynamics |
---|
Methods in org.jbox2d.dynamics with parameters of type JointDef | |
---|---|
Joint |
World.createJoint(JointDef def)
create a joint to constrain bodies together. |
Uses of JointDef in org.jbox2d.dynamics.joints |
---|
Subclasses of JointDef in org.jbox2d.dynamics.joints | |
---|---|
class |
ConstantVolumeJointDef
Definition for a ConstantVolumeJoint , which connects a group a bodies together so they
maintain a constant volume within them. |
class |
DistanceJointDef
Distance joint definition. |
class |
FrictionJointDef
Friction joint definition. |
class |
GearJointDef
Gear joint definition. |
class |
MouseJointDef
Mouse joint definition. |
class |
PrismaticJointDef
Prismatic joint definition. |
class |
PulleyJointDef
Pulley joint definition. |
class |
RevoluteJointDef
Revolute joint definition. |
class |
RopeJointDef
Rope joint definition. |
class |
WeldJointDef
|
class |
WheelJointDef
Wheel joint definition. |
Methods in org.jbox2d.dynamics.joints with parameters of type JointDef | |
---|---|
static Joint |
Joint.create(World world,
JointDef def)
|
Constructors in org.jbox2d.dynamics.joints with parameters of type JointDef | |
---|---|
Joint(IWorldPool worldPool,
JointDef def)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |