Uses of Class
org.jbox2d.dynamics.joints.JointDef
Packages that use JointDef
Package
Description
The Dynamics module is the most complex part of jbox2d and is the part you
likely interact with the most.
Joints are used to constraint two bodies together in various fashions.
-
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 TypeClassDescriptionclassDefinition for aConstantVolumeJoint, which connects a group a bodies, so they maintain a constant volume within them.classDistance joint definition.classFriction joint definition.classGear joint definition.classMotor joint definition.classMouse joint definition.classPrismatic joint definition.classPulley joint definition.classRevolute joint definition.classRope joint definition.classclassWheel joint definition.Methods in org.jbox2d.dynamics.joints with parameters of type JointDefConstructors in org.jbox2d.dynamics.joints with parameters of type JointDef