24 #ifdef BT_USE_DOUBLE_PRECISION
25 #define MAX_ITERATIONS 64
27 #define MAX_ITERATIONS 32
31 :m_simplexSolver(simplexSolver),
62 bool hasResult =
false;
104 while (dist > radius)
107 if (numIter > maxIter)
115 dLambda = dist / (projectedLinearVelocity);
117 lambda = lambda - dLambda;
126 if (lambda <= lastLambda)