A joint that rigidly connects two bodies at an anchor point. Access via the 'physics' submodule.
Experimental API:
The physics submodule is an experimental and new API that is highly susceptible to breaking changes in the future.
Inherits from Joint.
| Name | Description | Type |
|---|---|---|
linear_hz | The linear spring frequency in Hertz. | float |
linear_damping_ratio | The linear spring damping ratio. | float |
angular_hz | The angular spring frequency in Hertz. | float |
angular_damping_ratio | The angular spring damping ratio. | float |