| Class | Description |
|---|---|
| ConeJoint |
A joint based on Bullet's btConeTwistConstraint.
|
| HingeJoint |
A joint based on Bullet's btHingeConstraint.
|
| PhysicsJoint |
The abstract base class for physics joints based on Bullet's
btTypedConstraint, used to connect 2 dynamic rigid bodies in the same
physics space.
|
| Point2PointJoint |
A joint based on Bullet's btPoint2PointConstraint.
|
| SixDofJoint |
A joint based on Bullet's btGeneric6DofConstraint.
|
| SixDofSpringJoint |
A 6 degree-of-freedom joint based on Bullet's btGeneric6DofSpringConstraint.
|
| SliderJoint |
A slider joint based on Bullet's btSliderConstraint.
|