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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btGImpactShape.h 677 float * svertices = (float *)(vertexbase + vertex_index*stride); local
678 vertex[0] = svertices[0]*m_scale[0];
679 vertex[1] = svertices[1]*m_scale[1];
680 vertex[2] = svertices[2]*m_scale[2];
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btConvexHull.h 231 const btVector3* svertices,
btConvexHull.cpp 856 const btVector3 *svertices,
884 const char *vtx = (const char *) svertices;
976 vtx = (const char *) svertices;

Completed in 979 milliseconds