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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btSimplexSolverInterface.h 45 virtual bool fullSimplex() const = 0;
btVoronoiSimplexSolver.h 157 bool fullSimplex() const
btComputeGjkEpaPenetration.h 220 bool check = (!simplexSolver.fullSimplex());
221 //bool check = (!m_simplexSolver->fullSimplex() && squaredDistance > SIMD_EPSILON * m_simplexSolver->maxVertex());
btGjkPairDetector.cpp 258 bool check = (!m_simplexSolver->fullSimplex());
259 //bool check = (!m_simplexSolver->fullSimplex() && squaredDistance > SIMD_EPSILON * m_simplexSolver->maxVertex());
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btVoronoiSimplexSolver.java 209 public boolean fullSimplex() {

Completed in 702 milliseconds