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

Method isMotorEnabled

src/constraint/HingeJoint.cpp:210–212  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

208 * @return True if the motor of joint is enabled and false otherwise
209 */
210bool HingeJoint::isMotorEnabled() const {
211 return mWorld.mHingeJointsComponents.getIsMotorEnabled(mEntity);
212}
213
214// Return the minimum angle limit
215/**

Callers

nothing calls this directly

Calls 1

getIsMotorEnabledMethod · 0.45

Tested by

no test coverage detected