com.bulletphysics.collision.narrowphase
Class GjkEpaPenetrationDepthSolver

java.lang.Object
  extended by com.bulletphysics.collision.narrowphase.GjkEpaPenetrationDepthSolver
All Implemented Interfaces:
ConvexPenetrationDepthSolver

public class GjkEpaPenetrationDepthSolver
extends java.lang.Object
implements ConvexPenetrationDepthSolver


Constructor Summary
GjkEpaPenetrationDepthSolver()
           
 
Method Summary
 boolean calcPenDepth(SimplexSolverInterface simplexSolver, ConvexShape pConvexA, ConvexShape pConvexB, Transform transformA, Transform transformB, javax.vecmath.Vector3f v, javax.vecmath.Vector3f wWitnessOnA, javax.vecmath.Vector3f wWitnessOnB, IDebugDraw debugDraw)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GjkEpaPenetrationDepthSolver

public GjkEpaPenetrationDepthSolver()
Method Detail

calcPenDepth

public boolean calcPenDepth(SimplexSolverInterface simplexSolver,
                            ConvexShape pConvexA,
                            ConvexShape pConvexB,
                            Transform transformA,
                            Transform transformB,
                            javax.vecmath.Vector3f v,
                            javax.vecmath.Vector3f wWitnessOnA,
                            javax.vecmath.Vector3f wWitnessOnB,
                            IDebugDraw debugDraw)
Specified by:
calcPenDepth in interface ConvexPenetrationDepthSolver