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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btGjkEpa2.cpp 53 #define EPA_MAX_FACES (EPA_MAX_VERTICES*2)
550 sFace m_fc_store[EPA_MAX_FACES];
589 for(U i=0;i<EPA_MAX_FACES;++i)
591 append(m_stock,&m_fc_store[EPA_MAX_FACES-i-1]);
1026 #undef EPA_MAX_FACES
btGjkEpa3.h 78 #define EPA_MAX_FACES (EPA_MAX_VERTICES*2)
560 sFace m_fc_store[EPA_MAX_FACES];
599 for(U i=0;i<EPA_MAX_FACES;++i)
601 append(m_stock,&m_fc_store[EPA_MAX_FACES-i-1]);
    [all...]

Completed in 79 milliseconds