Searched refs:closestPtPointTetrahedron (Results 1 – 4 of 4) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/ |
D | btVoronoiSimplexSolver.h | 129 …bool closestPtPointTetrahedron(const btVector3& p, const btVector3& a, const btVector3& b, const b… in ATTRIBUTE_ALIGNED16()
|
D | btVoronoiSimplexSolver.cpp | 193 bool hasSeperation = closestPtPointTetrahedron(p,a,b,c,d,m_cachedBC); in updateClosestVectorAndPoints() 457 bool btVoronoiSimplexSolver::closestPtPointTetrahedron(const btVector3& p, const btVector3& a, cons… in closestPtPointTetrahedron() function in btVoronoiSimplexSolver
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | btVoronoiSimplexSolver.java | 177 …public boolean closestPtPointTetrahedron(Vector3 p, Vector3 a, Vector3 b, Vector3 c, Vector3 d, bt… in closestPtPointTetrahedron() method in btVoronoiSimplexSolver
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/ |
D | collision_wrap.cpp | 44155 …result = (bool)(arg1)->closestPtPointTetrahedron((btVector3 const &)*arg2,(btVector3 const &)*arg3… in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btVoronoiSimplexSolver_1closestPtPointTetrahedron()
|