Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtConvexHull.cpp1125 TUIntArray usedIndices; in BringOutYourDead() local
1126 usedIndices.resize(static_cast<int>(vcount)); in BringOutYourDead()
1127 memset(&usedIndices[0],0,sizeof(unsigned int)*vcount); in BringOutYourDead()
1137 if ( usedIndices[static_cast<int>(v)] ) // if already remapped in BringOutYourDead()
1139 indices[i] = usedIndices[static_cast<int>(v)]-1; // index to new array in BringOutYourDead()
1160 usedIndices[static_cast<int>(v)] = ocount; // assign new index remapping in BringOutYourDead()