Home
last modified time | relevance | path

Searched refs:m_hull (Results 1 – 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
DbtGjkEpa2.cpp552 sList m_hull; member
601 while(m_hull.root) in Evaluate()
603 sFace* f = m_hull.root; in Evaluate()
604 remove(m_hull,f); in Evaluate()
622 if(m_hull.count==4) in Evaluate()
656 remove(m_hull,best); in Evaluate()
740 append(m_hull,face); in newface()
771 remove(m_hull, face); in newface()
781 sFace* minf=m_hull.root; in findbest()
820 remove(m_hull,f); in expand()
DbtGjkEpa3.h562 sList m_hull; member
611 while(m_hull.root) in Evaluate()
613 sFace* f = m_hull.root; in Evaluate()
614 remove(m_hull,f); in Evaluate()
632 if(m_hull.count==4) in Evaluate()
666 remove(m_hull,best); in Evaluate()
750 append(m_hull,face); in newface()
781 remove(m_hull, face); in newface()
791 sFace* minf=m_hull.root; in findbest()
830 remove(m_hull,f); in expand()