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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btConvexHull.h 191 btAlignedObjectArray<int> m_vertexIndexMapping;
btConvexHull.cpp 865 m_vertexIndexMapping.resize(0);
1040 m_vertexIndexMapping.push_back(j);
1117 tmpIndices.resize(m_vertexIndexMapping.size());
1120 for (i=0;i<m_vertexIndexMapping.size();i++)
1122 tmpIndices[i] = m_vertexIndexMapping[i];
1150 for (int k=0;k<m_vertexIndexMapping.size();k++)
1153 m_vertexIndexMapping[k]=ocount;
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
linearmath_wrap.cpp     [all...]

Completed in 1832 milliseconds