Uses of Class
org.jbox2d.dynamics.joints.JointDef
-
Packages that use JointDef Package Description org.jbox2d.dynamics org.jbox2d.dynamics.joints -
-
Uses of JointDef in org.jbox2d.dynamics
Methods in org.jbox2d.dynamics with parameters of type JointDef Modifier and Type Method Description JointWorld. 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 Modifier and Type Class Description classConstantVolumeJointDefDefinition for aConstantVolumeJoint, which connects a group a bodies together so they maintain a constant volume within them.classDistanceJointDefDistance joint definition.classFrictionJointDefFriction joint definition.classGearJointDefGear joint definition.classMouseJointDefMouse joint definition.classPrismaticJointDefPrismatic joint definition.classPulleyJointDefPulley joint definition.classRevoluteJointDefRevolute joint definition.classRopeJointDefRope joint definition.classWeldJointDefclassWheelJointDefWheel joint definition.Methods in org.jbox2d.dynamics.joints with parameters of type JointDef Modifier and Type Method Description static JointJoint. create(World world, JointDef def)Constructors in org.jbox2d.dynamics.joints with parameters of type JointDef Constructor Description Joint(IWorldPool worldPool, JointDef def)
-