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

Method isLimitEnabled

src/constraint/SliderJoint.cpp:252–255  ·  view source on GitHub ↗

Return true if the limits or the joint are enabled * @return True if the joint limits are enabled */

Source from the content-addressed store, hash-verified

250 * @return True if the joint limits are enabled
251 */
252bool SliderJoint::isLimitEnabled() const {
253
254 return mWorld.mSliderJointsComponents.getIsLimitEnabled(mEntity);
255}
256
257// Return true if the motor of the joint is enabled
258/**

Callers

nothing calls this directly

Calls 1

getIsLimitEnabledMethod · 0.45

Tested by

no test coverage detected