Searched defs:BT_NULL_PAIR (Results 1 - 1 of 1) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
H A DbtOverlappingPairCache.h56 const int BT_NULL_PAIR=0xffffffff; variable
246 while( index != BT_NULL_PAIR && equalsPair(m_overlappingPairArray[index], proxyId1, proxyId2) == false)
251 if ( index == BT_NULL_PAIR )

Completed in 103 milliseconds