#include <btMinkowskiPenetrationDepthSolver.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) |
Static Protected Member Functions | |
static btVector3 * | getPenetrationDirections () |
MinkowskiPenetrationDepthSolver implements bruteforce penetration depth estimation. Implementation is based on sampling the depth using support mapping, and using GJK step to get the witness points.
Definition at line 23 of file btMinkowskiPenetrationDepthSolver.h.
virtual bool btMinkowskiPenetrationDepthSolver::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 | ||
) | [virtual] |
Implements btConvexPenetrationDepthSolver.
static btVector3* btMinkowskiPenetrationDepthSolver::getPenetrationDirections | ( | ) | [static, protected] |