Return the maximum angle limit * @return The maximum limit angle of the joint (in radian) */
| 224 | * @return The maximum limit angle of the joint (in radian) |
| 225 | */ |
| 226 | decimal HingeJoint::getMaxAngleLimit() const { |
| 227 | return mWorld.mHingeJointsComponents.getUpperLimit(mEntity); |
| 228 | } |
| 229 | |
| 230 | // Return the motor speed |
| 231 | /** |
nothing calls this directly
no test coverage detected