Uses of Interface
com.bulletphysics.collision.narrowphase.SimplexSolverInterface

Packages that use SimplexSolverInterface
com.bulletphysics.collision.dispatch Dispatching code for collisions between various shapes. 
com.bulletphysics.collision.narrowphase Narrow-phase collision. 
 

Uses of SimplexSolverInterface in com.bulletphysics.collision.dispatch
 

Fields in com.bulletphysics.collision.dispatch declared as SimplexSolverInterface
 SimplexSolverInterface ConvexConvexAlgorithm.CreateFunc.simplexSolver
           
 

Constructors in com.bulletphysics.collision.dispatch with parameters of type SimplexSolverInterface
ConvexConvexAlgorithm.CreateFunc(SimplexSolverInterface simplexSolver, ConvexPenetrationDepthSolver pdSolver)
           
ConvexConvexAlgorithm(PersistentManifold mf, CollisionAlgorithmConstructionInfo ci, CollisionObject body0, CollisionObject body1, SimplexSolverInterface simplexSolver, ConvexPenetrationDepthSolver pdSolver)
           
 

Uses of SimplexSolverInterface in com.bulletphysics.collision.narrowphase
 

Classes in com.bulletphysics.collision.narrowphase that implement SimplexSolverInterface
 class VoronoiSimplexSolver
           
 

Methods in com.bulletphysics.collision.narrowphase with parameters of type SimplexSolverInterface
 boolean ConvexPenetrationDepthSolver.calcPenDepth(SimplexSolverInterface simplexSolver, ConvexShape convexA, ConvexShape convexB, Transform transA, Transform transB, javax.vecmath.Vector3f v, javax.vecmath.Vector3f pa, javax.vecmath.Vector3f pb, IDebugDraw debugDraw)
           
 boolean GjkEpaPenetrationDepthSolver.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)
           
 

Constructors in com.bulletphysics.collision.narrowphase with parameters of type SimplexSolverInterface
GjkConvexCast(ConvexShape convexA, ConvexShape convexB, SimplexSolverInterface simplexSolver)
           
GjkPairDetector(ConvexShape objectA, ConvexShape objectB, SimplexSolverInterface simplexSolver, ConvexPenetrationDepthSolver penetrationDepthSolver)
           
SubsimplexConvexCast(ConvexShape shapeA, ConvexShape shapeB, SimplexSolverInterface simplexSolver)