Package | Description |
---|---|
org.jbox2d.dynamics | |
org.jbox2d.dynamics.joints |
Modifier and Type | Method and Description |
---|---|
Joint |
World.createJoint(JointDef def)
create a joint to constrain bodies together.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static Joint |
Joint.create(World world,
JointDef def) |
Constructor and Description |
---|
Joint(IWorldPool worldPool,
JointDef def) |
Copyright © 2017. All Rights Reserved.