/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
D | btConvex2dConvex2dAlgorithm.java | 61 …body0Wrap, btCollisionObjectWrapper body1Wrap, btVoronoiSimplexSolver simplexSolver, btConvexPenet… in btConvex2dConvex2dAlgorithm() argument 62 …getCPtr(body1Wrap), body1Wrap, btVoronoiSimplexSolver.getCPtr(simplexSolver), simplexSolver, btCon… in btConvex2dConvex2dAlgorithm() local 151 … public CreateFunc(btVoronoiSimplexSolver simplexSolver, btConvexPenetrationDepthSolver pdSolver) { in CreateFunc() argument 152 …2dConvex2dAlgorithm_CreateFunc(btVoronoiSimplexSolver.getCPtr(simplexSolver), simplexSolver, btCon… in CreateFunc()
|
D | btConvexConvexAlgorithm.java | 61 …body0Wrap, btCollisionObjectWrapper body1Wrap, btVoronoiSimplexSolver simplexSolver, btConvexPenet… in btConvexConvexAlgorithm() argument 62 …getCPtr(body1Wrap), body1Wrap, btVoronoiSimplexSolver.getCPtr(simplexSolver), simplexSolver, btCon… in btConvexConvexAlgorithm() local 151 … public CreateFunc(btVoronoiSimplexSolver simplexSolver, btConvexPenetrationDepthSolver pdSolver) { in CreateFunc() argument 152 …nvexConvexAlgorithm_CreateFunc(btVoronoiSimplexSolver.getCPtr(simplexSolver), simplexSolver, btCon… in CreateFunc()
|
D | btGjkPairDetector.java | 101 …(btConvexShape objectA, btConvexShape objectB, btVoronoiSimplexSolver simplexSolver, btConvexPenet… in btGjkPairDetector() argument 102 …ape.getCPtr(objectB), objectB, btVoronoiSimplexSolver.getCPtr(simplexSolver), simplexSolver, btCon… in btGjkPairDetector() local 105 … int shapeTypeB, float marginA, float marginB, btVoronoiSimplexSolver simplexSolver, btConvexPenet… in btGjkPairDetector() argument 106 … shapeTypeB, marginA, marginB, btVoronoiSimplexSolver.getCPtr(simplexSolver), simplexSolver, btCon… in btGjkPairDetector() local
|
D | btGjkConvexCast.java | 61 …GjkConvexCast(btConvexShape convexA, btConvexShape convexB, btVoronoiSimplexSolver simplexSolver) { in btGjkConvexCast() argument 62 …ape.getCPtr(convexB), convexB, btVoronoiSimplexSolver.getCPtr(simplexSolver), simplexSolver), true… in btGjkConvexCast() local
|
D | btSubsimplexConvexCast.java | 61 …mplexConvexCast(btConvexShape shapeA, btConvexShape shapeB, btVoronoiSimplexSolver simplexSolver) { in btSubsimplexConvexCast() argument 62 …Shape.getCPtr(shapeB), shapeB, btVoronoiSimplexSolver.getCPtr(simplexSolver), simplexSolver), true… in btSubsimplexConvexCast() local
|
D | btConvexPenetrationDepthSolver.java | 61 …public boolean calcPenDepth(btVoronoiSimplexSolver simplexSolver, btConvexShape convexA, btConvexS… in calcPenDepth() argument 62 …r_calcPenDepth(swigCPtr, this, btVoronoiSimplexSolver.getCPtr(simplexSolver), simplexSolver, btCon… in calcPenDepth()
|
D | btContinuousConvexCollision.java | 61 …on(btConvexShape shapeA, btConvexShape shapeB, btVoronoiSimplexSolver simplexSolver, btConvexPenet… in btContinuousConvexCollision() argument 62 …Shape.getCPtr(shapeB), shapeB, btVoronoiSimplexSolver.getCPtr(simplexSolver), simplexSolver, btCon… in btContinuousConvexCollision() local
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/ |
D | btComputeGjkEpaPenetration.h | 66 … b, const btGjkCollisionDescription& colDesc, btVoronoiSimplexSolver& simplexSolver, btGjkDistance… in btComputeGjkEpaPenetration() argument 101 simplexSolver.reset(); in btComputeGjkEpaPenetration() 131 if (simplexSolver.inSimplex(w)) in btComputeGjkEpaPenetration() 155 simplexSolver.addVertex(w, pWorld, qWorld); in btComputeGjkEpaPenetration() 159 if (!simplexSolver.closest(newCachedSeparatingAxis)) in btComputeGjkEpaPenetration() 220 bool check = (!simplexSolver.fullSimplex()); in btComputeGjkEpaPenetration() 234 simplexSolver.compute_points(pointOnA, pointOnB); in btComputeGjkEpaPenetration()
|
D | btGjkEpaPenetrationDepthSolver.cpp | 24 bool btGjkEpaPenetrationDepthSolver::calcPenDepth( btSimplexSolverInterface& simplexSolver, in calcPenDepth() argument 33 (void)simplexSolver; in calcPenDepth()
|
D | btRaycastCallback.cpp | 139 btVoronoiSimplexSolver simplexSolver; in processTriangle() local 145 btSubsimplexConvexCast convexCaster(m_convexShape, &triangleShape, &simplexSolver); in processTriangle() 148 …btContinuousConvexCollision convexCaster(m_convexShape,&triangleShape,&simplexSolver,&gjkEpaPenetr… in processTriangle()
|
D | btGjkPairDetector.h | 57 …Shape* objectA,const btConvexShape* objectB,btSimplexSolverInterface* simplexSolver,btConvexPenetr… 58 …peTypeB,btScalar marginA, btScalar marginB, btSimplexSolverInterface* simplexSolver,btConvexPenetr…
|
D | btGjkPairDetector.cpp | 40 …Shape* objectA,const btConvexShape* objectB,btSimplexSolverInterface* simplexSolver,btConvexPenetr… in btGjkPairDetector() argument 43 m_simplexSolver(simplexSolver), in btGjkPairDetector() 56 …peTypeB,btScalar marginA, btScalar marginB, btSimplexSolverInterface* simplexSolver,btConvexPenetr… in btGjkPairDetector() argument 59 m_simplexSolver(simplexSolver), in btGjkPairDetector()
|
D | btSubSimplexConvexCast.cpp | 25 …(const btConvexShape* convexA,const btConvexShape* convexB,btSimplexSolverInterface* simplexSolver) in btSubsimplexConvexCast() argument 26 :m_simplexSolver(simplexSolver), in btSubsimplexConvexCast()
|
D | btGjkConvexCast.cpp | 30 …(const btConvexShape* convexA,const btConvexShape* convexB,btSimplexSolverInterface* simplexSolver) in btGjkConvexCast() argument 31 :m_simplexSolver(simplexSolver), in btGjkConvexCast()
|
D | btGjkEpaPenetrationDepthSolver.h | 32 bool calcPenDepth( btSimplexSolverInterface& simplexSolver,
|
D | btMinkowskiPenetrationDepthSolver.h | 31 virtual bool calcPenDepth( btSimplexSolverInterface& simplexSolver,
|
D | btSubSimplexConvexCast.h | 36 … (const btConvexShape* shapeA,const btConvexShape* shapeB,btSimplexSolverInterface* simplexSolver);
|
D | btConvexPenetrationDepthSolver.h | 31 virtual bool calcPenDepth( btSimplexSolverInterface& simplexSolver,
|
D | btGjkConvexCast.h | 38 …const btConvexShape* convexA,const btConvexShape* convexB,btSimplexSolverInterface* simplexSolver);
|
D | btContinuousConvexCollision.cpp | 29 …Shape* convexA,const btConvexShape* convexB,btSimplexSolverInterface* simplexSolver, btConvexPenet… in btContinuousConvexCollision() argument 30 :m_simplexSolver(simplexSolver), in btContinuousConvexCollision()
|
D | btContinuousConvexCollision.h | 43 …xShape* shapeA,const btConvexShape* shapeB ,btSimplexSolverInterface* simplexSolver,btConvexPenetr…
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
D | btConvex2dConvex2dAlgorithm.cpp | 48 btConvex2dConvex2dAlgorithm::CreateFunc::CreateFunc(btSimplexSolverInterface* simplexSolver, btCo… in CreateFunc() argument 52 m_simplexSolver = simplexSolver; in CreateFunc() 60 …p,const btCollisionObjectWrapper* body1Wrap,btSimplexSolverInterface* simplexSolver, btConvexPenet… in btConvex2dConvex2dAlgorithm() argument 62 m_simplexSolver(simplexSolver), in btConvex2dConvex2dAlgorithm()
|
D | btConvex2dConvex2dAlgorithm.h | 48 …,const btCollisionObjectWrapper* body1Wrap, btSimplexSolverInterface* simplexSolver, btConvexPenet… 81 CreateFunc(btSimplexSolverInterface* simplexSolver, btConvexPenetrationDepthSolver* pdSolver);
|
D | btConvexConvexAlgorithm.h | 62 …,const btCollisionObjectWrapper* body1Wrap, btSimplexSolverInterface* simplexSolver, btConvexPenet… 94 CreateFunc(btSimplexSolverInterface* simplexSolver, btConvexPenetrationDepthSolver* pdSolver);
|
D | btConvexConvexAlgorithm.cpp | 182 btConvexConvexAlgorithm::CreateFunc::CreateFunc(btSimplexSolverInterface* simplexSolver, btConvex… in CreateFunc() argument 186 m_simplexSolver = simplexSolver; in CreateFunc() 194 …p,const btCollisionObjectWrapper* body1Wrap,btSimplexSolverInterface* simplexSolver, btConvexPenet… in btConvexConvexAlgorithm() argument 196 m_simplexSolver(simplexSolver), in btConvexConvexAlgorithm()
|