Uses of Interface
com.bulletphysics.dynamics.constraintsolver.ContactSolverFunc

Packages that use ContactSolverFunc
com.bulletphysics.dynamics.constraintsolver Constraints. 
 

Uses of ContactSolverFunc in com.bulletphysics.dynamics.constraintsolver
 

Fields in com.bulletphysics.dynamics.constraintsolver declared as ContactSolverFunc
protected  ContactSolverFunc[][] SequentialImpulseConstraintSolver.contactDispatch
           
 ContactSolverFunc ConstraintPersistentData.contactSolverFunc
           
protected  ContactSolverFunc[][] SequentialImpulseConstraintSolver.frictionDispatch
           
 ContactSolverFunc ConstraintPersistentData.frictionSolverFunc
           
static ContactSolverFunc ContactConstraint.resolveSingleCollision
           
static ContactSolverFunc ContactConstraint.resolveSingleCollisionCombined
           
static ContactSolverFunc ContactConstraint.resolveSingleFriction
           
 

Methods in com.bulletphysics.dynamics.constraintsolver with parameters of type ContactSolverFunc
 void SequentialImpulseConstraintSolver.setContactSolverFunc(ContactSolverFunc func, int type0, int type1)
          Advanced: Override the default contact solving function for contacts, for certain types of rigidbody
See RigidBody.contactSolverType and RigidBody.frictionSolverType
 void SequentialImpulseConstraintSolver.setFrictionSolverFunc(ContactSolverFunc func, int type0, int type1)
          Advanced: Override the default friction solving function for contacts, for certain types of rigidbody
See RigidBody.contactSolverType and RigidBody.frictionSolverType