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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btVoronoiSimplexSolver.cpp 430 int btVoronoiSimplexSolver::pointOutsideOfPlane(const btVector3& p, const btVector3& a, const btVector3& b, const btVector3& c, const btVector3& d)
469 int pointOutsideABC = pointOutsideOfPlane(p, a, b, c, d);
470 int pointOutsideACD = pointOutsideOfPlane(p, a, c, d, b);
471 int pointOutsideADB = pointOutsideOfPlane(p, a, d, b, c);
472 int pointOutsideBDC = pointOutsideOfPlane(p, b, d, c, a);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btVoronoiSimplexSolver.java 181 public int pointOutsideOfPlane(Vector3 p, Vector3 a, Vector3 b, Vector3 c, Vector3 d) {

Completed in 554 milliseconds