#include <b2GearJoint.h>
Public Member Functions | |
b2GearJointDef () | |
Public Attributes | |
b2Joint * | joint1 |
The first revolute/prismatic joint attached to the gear joint. | |
b2Joint * | joint2 |
The second revolute/prismatic joint attached to the gear joint. | |
float32 | ratio |
Gear joint definition. This definition requires two existing revolute or prismatic joints (any combination will work).
Definition at line 26 of file b2GearJoint.h.
b2GearJointDef::b2GearJointDef | ( | ) | [inline] |
Definition at line 28 of file b2GearJoint.h.
The first revolute/prismatic joint attached to the gear joint.
Definition at line 37 of file b2GearJoint.h.
The second revolute/prismatic joint attached to the gear joint.
Definition at line 40 of file b2GearJoint.h.