Class WheelJoint

java.lang.Object
org.jbox2d.dynamics.joints.Joint
org.jbox2d.dynamics.joints.WheelJoint

public class WheelJoint extends Joint
A wheel joint. This joint provides two degrees of freedom: translation along an axis fixed in bodyA and rotation in the plane. You can use a joint limit to restrict the range of motion and a joint motor to drive the rotation or to model rotational friction. This joint is designed for vehicle suspensions.

wheel joint

Author:
Daniel Murphy
Repolink:
Github: erincatto/box2d src/dynamics/b2_wheel_joint.cpp