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

Method getMinAngleLimit

src/constraint/HingeJoint.cpp:218–220  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

216 * @return The minimum limit angle of the joint (in radian)
217 */
218decimal HingeJoint::getMinAngleLimit() const {
219 return mWorld.mHingeJointsComponents.getLowerLimit(mEntity);
220}
221
222// Return the maximum angle limit
223/**

Callers

nothing calls this directly

Calls 1

getLowerLimitMethod · 0.45

Tested by

no test coverage detected