HomeSort by relevance Sort by last modified time
    Searched refs:m_pointCache (Results 1 - 2 of 2) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btPersistentManifold.h 66 btManifoldPoint m_pointCache[MANIFOLD_CACHE_SIZE];
128 return m_pointCache[index];
134 return m_pointCache[index];
164 clearUserCache(m_pointCache[index]);
167 // m_pointCache[index] = m_pointCache[lastUsedIndex];
170 m_pointCache[index] = m_pointCache[lastUsedIndex];
172 m_pointCache[lastUsedIndex].m_userPersistentData = 0;
173 m_pointCache[lastUsedIndex].m_appliedImpulse = 0.f
    [all...]
btPersistentManifold.cpp 51 printf("m_pointCache[%d].m_userPersistentData = %x\n",i,m_pointCache[i].m_userPersistentData);
67 if (m_pointCache[i].m_userPersistentData == oldPtr)
122 if (m_pointCache[i].getDistance() < maxPenetration)
125 maxPenetration = m_pointCache[i].getDistance();
136 btVector3 a0 = pt.m_localPointA-m_pointCache[1].m_localPointA;
137 btVector3 b0 = m_pointCache[3].m_localPointA-m_pointCache[2].m_localPointA;
143 btVector3 a1 = pt.m_localPointA-m_pointCache[0].m_localPointA;
144 btVector3 b1 = m_pointCache[3].m_localPointA-m_pointCache[2].m_localPointA
    [all...]

Completed in 42 milliseconds