26 :m_simplexSolver(simplexSolver),
27 m_convexA(convexA),m_convexB(convexB)
33 #ifdef BT_USE_DOUBLE_PRECISION
34 #define MAX_ITERATIONS 64
36 #define MAX_ITERATIONS 32
63 v = supVertexA-supVertexB;
68 bool hasResult =
false;
75 #ifdef BT_USE_DOUBLE_PRECISION
79 #endif //BT_USE_DOUBLE_PRECISION
83 while ( (dist2 > epsilon) && maxIter--)
87 w = supVertexA-supVertexB;
104 lambda = lambda - VdotW / VdotR;
111 w = supVertexA-supVertexB;