#include <btSoftBody.h>

Classes | |
| struct | IControl |
| 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_axis [2] |
| IControl * | m_icontrol |
Definition at line 494 of file btSoftBody.h.
| void btSoftBody::AJoint::Prepare | ( | btScalar | dt, | |
| int | iterations | |||
| ) | [virtual] |
Reimplemented from btSoftBody::Joint.
Implements btSoftBody::Joint.
| void btSoftBody::AJoint::Terminate | ( | btScalar | dt | ) | [virtual] |
Implements btSoftBody::Joint.
| eType::_ btSoftBody::AJoint::Type | ( | ) | const [inline, virtual] |
Implements btSoftBody::Joint.
Definition at line 513 of file btSoftBody.h.
| btVector3 btSoftBody::AJoint::m_axis[2] |
Definition at line 508 of file btSoftBody.h.
Definition at line 509 of file btSoftBody.h.