#include <btSoftBody.h>

Classes | |
| struct | Specs |
Public Member Functions | |
| void | Prepare (btScalar dt, int iterations) |
| void | Solve (btScalar dt, btScalar sor) |
| void | Terminate (btScalar dt) |
| eType::_ | Type () const |
Public Attributes | |
| btVector3 | m_rpos [2] |
Definition at line 481 of file btSoftBody.h.
| void btSoftBody::LJoint::Prepare | ( | btScalar | dt, | |
| int | iterations | |||
| ) | [virtual] |
Reimplemented from btSoftBody::Joint.
Implements btSoftBody::Joint.
| void btSoftBody::LJoint::Terminate | ( | btScalar | dt | ) | [virtual] |
Implements btSoftBody::Joint.
| eType::_ btSoftBody::LJoint::Type | ( | ) | const [inline, virtual] |
Implements btSoftBody::Joint.
Definition at line 491 of file btSoftBody.h.
| btVector3 btSoftBody::LJoint::m_rpos[2] |
Definition at line 487 of file btSoftBody.h.