Return the minimum translation limit * @return The minimum translation limit of the joint (in meters) */
| 267 | * @return The minimum translation limit of the joint (in meters) |
| 268 | */ |
| 269 | decimal SliderJoint::getMinTranslationLimit() const { |
| 270 | return mWorld.mSliderJointsComponents.getLowerLimit(mEntity); |
| 271 | } |
| 272 | |
| 273 | // Return the motor speed |
| 274 | /** |
nothing calls this directly
no test coverage detected