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

Method getMaxAngleLimit

src/constraint/HingeJoint.cpp:226–228  ·  view source on GitHub ↗

Return the maximum angle limit * @return The maximum limit angle of the joint (in radian) */

Source from the content-addressed store, hash-verified

224 * @return The maximum limit angle of the joint (in radian)
225 */
226decimal HingeJoint::getMaxAngleLimit() const {
227 return mWorld.mHingeJointsComponents.getUpperLimit(mEntity);
228}
229
230// Return the motor speed
231/**

Callers

nothing calls this directly

Calls 1

getUpperLimitMethod · 0.45

Tested by

no test coverage detected