Bullet Collision Detection & Physics Library
|
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)=0 |
ConvexPenetrationDepthSolver provides an interface for penetration depth calculation.
Definition at line 26 of file btConvexPenetrationDepthSolver.h.
|
inlinevirtual |
Definition at line 30 of file btConvexPenetrationDepthSolver.h.
|
pure virtual |