Searched refs:SLEEP_EPSILON (Results 1 – 1 of 1) sorted by relevance
37 const btScalar SLEEP_EPSILON = btScalar(0.05); // this is a squared velocity (m^2 s^-2) variable2368 if (motion < SLEEP_EPSILON) { in checkMotionAndSleepIfRequired()