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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btConvexHull.h 42 btAlignedObjectArray<unsigned int> m_Indices; // pointer to indices.
177 TUIntArray m_Indices;
btConvexHull.cpp 654 int ret = calchull( (btVector3 *) vertices, (int) vcount, result.m_Indices, tris_count, static_cast<int>(vlimit) );
668 if ( result.m_Indices.size() )
670 result.m_Indices.clear();
735 BringOutYourDead(hr.mVertices,hr.mVcount, &vertexScratch[0], ovcount, &hr.m_Indices[0], hr.mIndexCount );
747 result.m_Indices.resize(static_cast<int>(hr.mIndexCount));
754 const unsigned int *source = &hr.m_Indices[0];
755 unsigned int *dest = &result.m_Indices[0];
769 memcpy(&result.m_Indices[0], &hr.m_Indices[0], sizeof(unsigned int)*hr.mIndexCount);
779 result.m_Indices.resize(static_cast<int>(result.mNumIndices))
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btShapeHull.cpp 28 m_indices.clear();
34 m_indices.clear();
90 m_indices.resize(static_cast<int>(m_numIndices));
93 m_indices[i] = hr.m_Indices[i];
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBodyHelpers.cpp 228 const int idx[]={hres.m_Indices[j*3+0],hres.m_Indices[j*3+1],hres.m_Indices[j*3+2]};
1076 const int idx[]={ static_cast<int>(hres.m_Indices[i*3+0]),
1077 static_cast<int>(hres.m_Indices[i*3+1]),
1078 static_cast<int>(hres.m_Indices[i*3+2])};
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
linearmath_wrap.cpp     [all...]

Completed in 459 milliseconds