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

Method isMotorEnabled

src/constraint/SliderJoint.cpp:261–263  ·  view source on GitHub ↗

Return true if the motor of the joint is enabled * @return True if the joint motor is enabled */

Source from the content-addressed store, hash-verified

259 * @return True if the joint motor is enabled
260 */
261bool SliderJoint::isMotorEnabled() const {
262 return mWorld.mSliderJointsComponents.getIsMotorEnabled(mEntity);
263}
264
265// Return the minimum translation limit
266/**

Callers

nothing calls this directly

Calls 1

getIsMotorEnabledMethod · 0.45

Tested by

no test coverage detected