Return true if the cone limit or the joint is enabled * @return True if the cone-limit is enabled for this joint */
| 79 | * @return True if the cone-limit is enabled for this joint |
| 80 | */ |
| 81 | bool BallAndSocketJoint::isConeLimitEnabled() const { |
| 82 | return mWorld.mBallAndSocketJointsComponents.getIsConeLimitEnabled(mEntity); |
| 83 | } |
| 84 | |
| 85 | // Set the cone limit half angle |
| 86 | /** |
nothing calls this directly
no test coverage detected