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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btPersistentManifold.h 72 int m_cachedPoints;
96 m_body0(body0),m_body1(body1),m_cachedPoints(0),
117 SIMD_FORCE_INLINE int getNumContacts() const { return m_cachedPoints;}
121 m_cachedPoints = cachedPoints;
127 btAssert(index < m_cachedPoints);
133 btAssert(index < m_cachedPoints);
181 m_cachedPoints--;
183 if (gContactEndedCallback && m_cachedPoints == 0)
237 for (i=0;i<m_cachedPoints;i++)
242 if (gContactEndedCallback && m_cachedPoints)
    [all...]
btPersistentManifold.cpp 35 m_cachedPoints (0),
48 printf("DebugPersistency : numPoints %d\n",m_cachedPoints);
49 for (i=0;i<m_cachedPoints;i++)
65 for (i=0;i<m_cachedPoints;i++)
230 m_cachedPoints++;

Completed in 373 milliseconds