Return the maximum translation limit * @return The maximum translation limit of the joint (in meters) */
| 291 | * @return The maximum translation limit of the joint (in meters) |
| 292 | */ |
| 293 | decimal SliderJoint::getMaxTranslationLimit() const { |
| 294 | return mWorld.mSliderJointsComponents.getUpperLimit(mEntity); |
| 295 | } |
| 296 | |
| 297 | // Return the force (in Newtons) on body 2 required to satisfy the joint constraint in world-space |
| 298 | /** |
nothing calls this directly
no test coverage detected