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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btSubSimplexConvexCast.cpp 62 btVector3 supVertexB = fromB(m_convexB->localGetSupportingVertex(r*fromB.getBasis()));
63 v = supVertexA-supVertexB;
86 supVertexB = interpolatedTransB(m_convexB->localGetSupportingVertex(v*interpolatedTransB.getBasis()));
87 w = supVertexA-supVertexB;
111 w = supVertexA-supVertexB;
119 m_simplexSolver->addVertex( w, supVertexA , supVertexB);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btMinkowskiSumShape.cpp 33 btVector3 supVertexB = m_transB(m_shapeB->localGetSupportingVertexWithoutMargin(-vec*m_transB.getBasis()));
34 return supVertexA - supVertexB;

Completed in 97 milliseconds