Bullet Collision Detection & Physics Library
|
#include <btPreconditioner.h>
Public Types | |
typedef btAlignedObjectArray< btVector3 > | TVStack |
Public Member Functions | |
virtual void | operator() (const TVStack &x, TVStack &b)=0 |
virtual void | reinitialize (bool nodeUpdated)=0 |
virtual | ~Preconditioner () |
Definition at line 19 of file btPreconditioner.h.
Definition at line 22 of file btPreconditioner.h.
|
inlinevirtual |
Definition at line 25 of file btPreconditioner.h.
Implemented in DefaultPreconditioner, MassPreconditioner, and KKTPreconditioner.
|
pure virtual |
Implemented in DefaultPreconditioner, MassPreconditioner, and KKTPreconditioner.