|
Bullet Collision Detection & Physics Library
|
btConstraintSolver provides solver interface More...
#include <btConstraintSolver.h>

Public Member Functions | |
| virtual | ~btConstraintSolver () |
| virtual void | prepareSolve (int, int) |
| virtual btScalar | solveGroup (btCollisionObject **bodies, int numBodies, btPersistentManifold **manifold, int numManifolds, btTypedConstraint **constraints, int numConstraints, const btContactSolverInfo &info, class btIDebugDraw *debugDrawer, btStackAlloc *stackAlloc, btDispatcher *dispatcher)=0 |
| solve a group of constraints More... | |
| virtual void | allSolved (const btContactSolverInfo &, class btIDebugDraw *, btStackAlloc *) |
| virtual void | reset ()=0 |
| clear internal cached data and reset random seed More... | |
btConstraintSolver provides solver interface
Definition at line 31 of file btConstraintSolver.h.
|
inlinevirtual |
Definition at line 36 of file btConstraintSolver.h.
|
inlinevirtual |
Definition at line 43 of file btConstraintSolver.h.
|
inlinevirtual |
Definition at line 38 of file btConstraintSolver.h.
|
pure virtual |
clear internal cached data and reset random seed
Implemented in btSequentialImpulseConstraintSolver.
|
pure virtual |
solve a group of constraints
Implemented in btParallelConstraintSolver, and btSequentialImpulseConstraintSolver.
1.8.4