Searched refs:pointOutsideOfPlane (Results 1 – 4 of 4) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/ |
D | btVoronoiSimplexSolver.cpp | 430 int btVoronoiSimplexSolver::pointOutsideOfPlane(const btVector3& p, const btVector3& a, const btVec… in pointOutsideOfPlane() function in btVoronoiSimplexSolver 469 int pointOutsideABC = pointOutsideOfPlane(p, a, b, c, d); in closestPtPointTetrahedron() 470 int pointOutsideACD = pointOutsideOfPlane(p, a, c, d, b); in closestPtPointTetrahedron() 471 int pointOutsideADB = pointOutsideOfPlane(p, a, d, b, c); in closestPtPointTetrahedron() 472 int pointOutsideBDC = pointOutsideOfPlane(p, b, d, c, a); in closestPtPointTetrahedron()
|
D | btVoronoiSimplexSolver.h | 130 …int pointOutsideOfPlane(const btVector3& p, const btVector3& a, const btVector3& b, const btVecto… in ATTRIBUTE_ALIGNED16()
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | btVoronoiSimplexSolver.java | 181 public int pointOutsideOfPlane(Vector3 p, Vector3 a, Vector3 b, Vector3 c, Vector3 d) { in pointOutsideOfPlane() method in btVoronoiSimplexSolver
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/ |
D | collision_wrap.cpp | 44195 …result = (int)(arg1)->pointOutsideOfPlane((btVector3 const &)*arg2,(btVector3 const &)*arg3,(btVec… in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btVoronoiSimplexSolver_1pointOutsideOfPlane()
|