Home
last modified time | relevance | path

Searched refs:SLEEP_EPSILON (Results 1 – 1 of 1) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Featherstone/
DbtMultiBody.cpp37 const btScalar SLEEP_EPSILON = btScalar(0.05); // this is a squared velocity (m^2 s^-2) variable
2368 if (motion < SLEEP_EPSILON) { in checkMotionAndSleepIfRequired()