Home
last modified time | relevance | path

Searched defs:EPA (Results 1 – 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
DbtGjkEpa3.h526 struct EPA struct
530 struct sFace
559 typename GJK<btConvexTemplate>::sSV m_sv_store[EPA_MAX_VERTICES]; argument
560 sFace m_fc_store[EPA_MAX_FACES]; argument
565 EPA() in EPA() argument
571 static inline void bind(sFace* fa,U ea,sFace* fb,U eb) in bind()
599 for(U i=0;i<EPA_MAX_FACES;++i) in Initialize() argument
604 eEpaStatus Evaluate(GJK<btConvexTemplate>& gjk,const btVector3& guess) in Evaluate()
708 …ce, typename GJK<btConvexTemplate>::sSV* a, typename GJK<btConvexTemplate>::sSV* b, btScalar& dist) in getedgedist()
757 const bool v=l>EPA_ACCURACY; in newface() argument
[all …]
DbtGjkEpa2.cpp506 struct EPA struct
509 typedef GJK::sSV sSV;
510 struct sFace
520 struct sList
526 struct sHorizon
533 struct eStatus { enum _ {
545 eStatus::_ m_status;
546 GJK::sSimplex m_result;
547 btVector3 m_normal;
548 btScalar m_depth;
[all …]