Uses of Class
org.jbox2d.dynamics.joints.GearJoint

Packages that use GearJoint
org.jbox2d.p5 This package makes up the BoxWrap2d library for Processing, a simple layer on top of JBox2d to ease construction, simulation, and display of physical worlds when using Processing. 
 

Uses of GearJoint in org.jbox2d.p5
 

Methods in org.jbox2d.p5 that return GearJoint
 GearJoint Physics.createGearJoint(Joint pj1, Joint pj2, float ratio)
          Create a gear joint, which binds together two existing revolute or prismatic joints (any combination will work).