public static class HingeJoint
extends java.lang.Object
From bullet manual:
Hinge constraint, or revolute joint restricts two additional angular degrees of freedom,
so the body can only rotate around one axis, the hinge axis.
This can be useful to represent doors or wheels rotating around one axis.
The user can specify limits and motor for the hinge.
- See Also:
- Serialized Form