Package org.jbox2d.dynamics.joints

This package deals with all things joint-related.

See:
          Description

Class Summary
DistanceJoint  
DistanceJointDef Definition for a distance joint.
GearJoint A gear joint is used to connect two joints together.
GearJointDef Gear joint definition.
Jacobian  
Joint  
JointDef  
JointEdge  
MouseJoint  
MouseJointDef  
PrismaticJoint A prismatic joint.
PrismaticJointDef  
PulleyJoint  
PulleyJointDef  
RevoluteJoint  
RevoluteJointDef  
 

Enum Summary
JointType  
LimitState  
 

Package org.jbox2d.dynamics.joints Description

This package deals with all things joint-related. The user-facing classes are mostly the *JointDef classes, though in some cases you may use the *Joint objects to inspect or alter the behavior of active joints during the simulation.