Blender V2.61 - r43446
|
ConvexPenetrationDepthSolver provides an interface for penetration depth calculation. More...
#include <btConvexPenetrationDepthSolver.h>
Public Member Functions | |
virtual | ~btConvexPenetrationDepthSolver () |
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 |
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.
Referenced by btDefaultCollisionConfiguration::~btDefaultCollisionConfiguration().
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.