17 #ifndef MINKOWSKI_PENETRATION_DEPTH_SOLVER_H
18 #define MINKOWSKI_PENETRATION_DEPTH_SOLVER_H
46 #endif //MINKOWSKI_PENETRATION_DEPTH_SOLVER_H
SpuMinkowskiPenetrationDepthSolver()
ConvexPenetrationDepthSolver provides an interface for penetration depth calculation.
The btConvexShape is an abstract shape interface, implemented by all convex shapes such as btBoxShape...
#define btSimplexSolverInterface
btVoronoiSimplexSolver is an implementation of the closest point distance algorithm from a 1-4 points...
The btIDebugDraw interface class allows hooking up a debug renderer to visually debug simulations...
MinkowskiPenetrationDepthSolver implements bruteforce penetration depth estimation.
virtual ~SpuMinkowskiPenetrationDepthSolver()
btVector3 can be used to represent 3D points and vectors.
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)