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

Method isConeLimitEnabled

src/constraint/BallAndSocketJoint.cpp:81–83  ·  view source on GitHub ↗

Return true if the cone limit or the joint is enabled * @return True if the cone-limit is enabled for this joint */

Source from the content-addressed store, hash-verified

79 * @return True if the cone-limit is enabled for this joint
80 */
81bool BallAndSocketJoint::isConeLimitEnabled() const {
82 return mWorld.mBallAndSocketJointsComponents.getIsConeLimitEnabled(mEntity);
83}
84
85// Set the cone limit half angle
86/**

Callers

nothing calls this directly

Calls 1

getIsConeLimitEnabledMethod · 0.80

Tested by

no test coverage detected