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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btConvexHull.cpp 391 void HullLibrary::removeb2b(btHullTriangle* s,btHullTriangle*t) function in class:HullLibrary
458 if(hasvert(*m_tris[ta->n[0]],v)) removeb2b(ta,m_tris[ta->n[0]]);
459 if(hasvert(*m_tris[tb->n[0]],v)) removeb2b(tb,m_tris[tb->n[0]]);
460 if(hasvert(*m_tris[tc->n[0]],v)) removeb2b(tc,m_tris[tc->n[0]]);
btConvexHull.h 206 void removeb2b(btHullTriangle* s,btHullTriangle*t);

Completed in 132 milliseconds