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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btVoronoiSimplexSolver.cpp 193 bool hasSeperation = closestPtPointTetrahedron(p,a,b,c,d,m_cachedBC);
457 bool btVoronoiSimplexSolver::closestPtPointTetrahedron(const btVector3& p, const btVector3& a, const btVector3& b, const btVector3& c, const btVector3& d, btSubSimplexClosestResult& finalResult)
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btVoronoiSimplexSolver.java 177 public boolean closestPtPointTetrahedron(Vector3 p, Vector3 a, Vector3 b, Vector3 c, Vector3 d, btSubSimplexClosestResult finalResult) {

Completed in 36 milliseconds