Return the minimum angle limit * @return The minimum limit angle of the joint (in radian) */
| 216 | * @return The minimum limit angle of the joint (in radian) |
| 217 | */ |
| 218 | decimal HingeJoint::getMinAngleLimit() const { |
| 219 | return mWorld.mHingeJointsComponents.getLowerLimit(mEntity); |
| 220 | } |
| 221 | |
| 222 | // Return the maximum angle limit |
| 223 | /** |
nothing calls this directly
no test coverage detected