com.bulletphysics.collision.narrowphase
Class ConvexPenetrationDepthSolver
java.lang.Object
com.bulletphysics.collision.narrowphase.ConvexPenetrationDepthSolver
- Direct Known Subclasses:
- GjkEpaPenetrationDepthSolver
public abstract class ConvexPenetrationDepthSolver
- extends Object
ConvexPenetrationDepthSolver provides an interface for penetration depth calculation.
ConvexPenetrationDepthSolver
public ConvexPenetrationDepthSolver()
calcPenDepth
public abstract boolean calcPenDepth(SimplexSolverInterface simplexSolver,
ConvexShape convexA,
ConvexShape convexB,
Transform transA,
Transform transB,
Vector3f v,
Vector3f pa,
Vector3f pb,
IDebugDraw debugDraw)