18 #ifndef TESSERACT_COLLISION_TESSERACT_GJK_PAIR_DETECTOR_H
19 #define TESSERACT_COLLISION_TESSERACT_GJK_PAIR_DETECTOR_H
23 #include <BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h>
24 #include <BulletCollision/CollisionShapes/btCollisionMargin.h>
29 #include <BulletCollision/NarrowPhaseCollision/btSimplexSolverInterface.h>
32 class btConvexPenetrationDepthSolver;
76 const btConvexShape* objectB,
77 btSimplexSolverInterface* simplexSolver,
78 btConvexPenetrationDepthSolver* penetrationDepthSolver,
82 const btConvexShape* objectB,
87 btSimplexSolverInterface* simplexSolver,
88 btConvexPenetrationDepthSolver* penetrationDepthSolver,
93 class btIDebugDraw* debugDraw,
94 bool swapResults =
false)
override;
115 #endif // TESSERACT_COLLISION_TESSERACT_GJK_PAIR_DETECTOR_H