#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, btDispatcher *dispatcher)=0 |
| | solve a group of constraints
|
| virtual void | allSolved (const btContactSolverInfo &, class btIDebugDraw *) |
| virtual void | reset ()=0 |
| | clear internal cached data and reset random seed
|
| virtual btConstraintSolverType | getSolverType () const =0 |
Detailed Description
Definition at line 39 of file btConstraintSolver.h.
Constructor & Destructor Documentation
| virtual btConstraintSolver::~btConstraintSolver |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
| virtual void btConstraintSolver::prepareSolve |
( |
int |
, |
|
|
int |
|
|
) |
| |
|
inlinevirtual |
| virtual void btConstraintSolver::reset |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: