Home
last modified time | relevance | path

Searched refs:btHashKey (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtHashMap.h188 class btHashKey
193 btHashKey(int uid) :m_uid(uid) in btHashKey() function
202 bool equals(const btHashKey<Value>& other) const in equals()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
DbtSoftBodyConcaveCollisionAlgorithm.h79 btHashMap<btHashKey<btTriIndex>,btTriIndex> m_shapeCache;
DbtSoftBodyConcaveCollisionAlgorithm.cpp108 btHashKey<btTriIndex> triKey(triIndex.getUid()); in processTriangle()