#include <btConstraintSolver.h>
|
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 More...
|
|
virtual void | allSolved (const btContactSolverInfo &, class btIDebugDraw *) |
|
virtual void | reset ()=0 |
| clear internal cached data and reset random seed More...
|
|
virtual btConstraintSolverType | getSolverType () const =0 |
|
Definition at line 39 of file btConstraintSolver.h.
virtual btConstraintSolver::~btConstraintSolver |
( |
| ) |
|
|
inlinevirtual |
virtual void btConstraintSolver::prepareSolve |
( |
int |
, |
|
|
int |
|
|
) |
| |
|
inlinevirtual |
virtual void btConstraintSolver::reset |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: