42 :m_pairCache(overlappingPairCache),
43 m_ownsPairCache(false),
47 if (!overlappingPairCache)
94 btAssert(aabbMin[0]<= aabbMax[0] && aabbMin[1]<= aabbMax[1] && aabbMin[2]<= aabbMax[2]);
219 int new_largest_index = -1;
227 new_largest_index = i;
279 for (i=0;i<overlappingPairArray.
size();i++)
284 bool isDuplicate = (pair == previousPair);
288 bool needsRemoval =
false;
296 needsRemoval =
false;
324 #define CLEAN_INVALID_PAIRS 1
325 #ifdef CLEAN_INVALID_PAIRS
332 #endif//CLEAN_INVALID_PAIRS