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

Method getMinTranslationLimit

src/constraint/SliderJoint.cpp:269–271  ·  view source on GitHub ↗

Return the minimum translation limit * @return The minimum translation limit of the joint (in meters) */

Source from the content-addressed store, hash-verified

267 * @return The minimum translation limit of the joint (in meters)
268 */
269decimal SliderJoint::getMinTranslationLimit() const {
270 return mWorld.mSliderJointsComponents.getLowerLimit(mEntity);
271}
272
273// Return the motor speed
274/**

Callers

nothing calls this directly

Calls 1

getLowerLimitMethod · 0.45

Tested by

no test coverage detected