Uses of Class
org.jbox2d.dynamics.joints.JointDef
Packages that use JointDef
-
Uses of JointDef in org.jbox2d.dynamics
Methods in org.jbox2d.dynamics with parameters of type JointDefModifier and TypeMethodDescriptionWorld.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.jointsModifier and TypeClassDescriptionclass
Definition for aConstantVolumeJoint
, which connects a group a bodies together so they maintain a constant volume within them.class
Distance joint definition.class
Friction joint definition.class
Gear joint definition.class
Mouse joint definition.class
Prismatic joint definition.class
Pulley joint definition.class
Revolute joint definition.class
Rope joint definition.class
class
Wheel joint definition.Methods in org.jbox2d.dynamics.joints with parameters of type JointDefConstructors in org.jbox2d.dynamics.joints with parameters of type JointDef