ConvexPenetrationDepthSolver provides an interface for penetration depth calculation. More...
#include <btConvexPenetrationDepthSolver.h>
Public Member Functions | |
virtual bool | calcPenDepth (btSimplexSolverInterface &simplexSolver, const btConvexShape *convexA, const btConvexShape *convexB, const btTransform &transA, const btTransform &transB, btVector3 &v, btVector3 &pa, btVector3 &pb, class btIDebugDraw *debugDraw, btStackAlloc *stackAlloc)=0 |
virtual | ~btConvexPenetrationDepthSolver () |
ConvexPenetrationDepthSolver provides an interface for penetration depth calculation.
Definition at line 27 of file btConvexPenetrationDepthSolver.h.
virtual btConvexPenetrationDepthSolver::~btConvexPenetrationDepthSolver | ( | ) | [inline, virtual] |
Definition at line 31 of file btConvexPenetrationDepthSolver.h.
virtual bool btConvexPenetrationDepthSolver::calcPenDepth | ( | btSimplexSolverInterface & | simplexSolver, | |
const btConvexShape * | convexA, | |||
const btConvexShape * | convexB, | |||
const btTransform & | transA, | |||
const btTransform & | transB, | |||
btVector3 & | v, | |||
btVector3 & | pa, | |||
btVector3 & | pb, | |||
class btIDebugDraw * | debugDraw, | |||
btStackAlloc * | stackAlloc | |||
) | [pure virtual] |
Implemented in btGjkEpaPenetrationDepthSolver, and btMinkowskiPenetrationDepthSolver.