| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bulletphysics.collision.narrowphase.ConvexPenetrationDepthSolver
com.bulletphysics.collision.narrowphase.GjkEpaPenetrationDepthSolver
public class GjkEpaPenetrationDepthSolver
GjkEpaPenetrationDepthSolver uses the Expanding Polytope Algorithm to calculate the penetration depth between two convex shapes.
| Constructor Summary | |
|---|---|
| GjkEpaPenetrationDepthSolver() | |
| Method Summary | |
|---|---|
|  boolean | calcPenDepth(SimplexSolverInterface simplexSolver,
             ConvexShape pConvexA,
             ConvexShape pConvexB,
             Transform transformA,
             Transform transformB,
             Vector3f v,
             Vector3f wWitnessOnA,
             Vector3f wWitnessOnB,
             IDebugDraw debugDraw) | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public GjkEpaPenetrationDepthSolver()
| Method Detail | 
|---|
public boolean calcPenDepth(SimplexSolverInterface simplexSolver,
                            ConvexShape pConvexA,
                            ConvexShape pConvexB,
                            Transform transformA,
                            Transform transformB,
                            Vector3f v,
                            Vector3f wWitnessOnA,
                            Vector3f wWitnessOnB,
                            IDebugDraw debugDraw)
calcPenDepth in class ConvexPenetrationDepthSolver| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||