MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / isLimitEnabled

Method isLimitEnabled

src/constraint/HingeJoint.cpp:202–204  ·  view source on GitHub ↗

Return true if the limits of the joint are enabled * @return True if the limits of the joint are enabled and false otherwise */

Source from the content-addressed store, hash-verified

200 * @return True if the limits of the joint are enabled and false otherwise
201 */
202bool HingeJoint::isLimitEnabled() const {
203 return mWorld.mHingeJointsComponents.getIsLimitEnabled(mEntity);
204}
205
206// Return true if the motor of the joint is enabled
207/**

Callers

nothing calls this directly

Calls 1

getIsLimitEnabledMethod · 0.45

Tested by

no test coverage detected