| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bulletphysics.collision.narrowphase.ConvexPenetrationDepthSolver
public abstract class ConvexPenetrationDepthSolver
ConvexPenetrationDepthSolver provides an interface for penetration depth calculation.
| Constructor Summary | |
|---|---|
| ConvexPenetrationDepthSolver() | |
| Method Summary | |
|---|---|
| abstract  boolean | calcPenDepth(SimplexSolverInterface simplexSolver,
             ConvexShape convexA,
             ConvexShape convexB,
             Transform transA,
             Transform transB,
             Vector3f v,
             Vector3f pa,
             Vector3f pb,
             IDebugDraw debugDraw) | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ConvexPenetrationDepthSolver()
| Method Detail | 
|---|
public abstract boolean calcPenDepth(SimplexSolverInterface simplexSolver,
                                     ConvexShape convexA,
                                     ConvexShape convexB,
                                     Transform transA,
                                     Transform transB,
                                     Vector3f v,
                                     Vector3f pa,
                                     Vector3f pb,
                                     IDebugDraw debugDraw)
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||