#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 525 of file btSoftBody.h.
| void btSoftBody::AJoint::Prepare | ( | btScalar | dt, |
| int | iterations | ||
| ) | [virtual] |
Reimplemented from btSoftBody::Joint.
| void btSoftBody::AJoint::Solve | ( | btScalar | dt, |
| btScalar | sor | ||
| ) | [virtual] |
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 544 of file btSoftBody.h.
| btVector3 btSoftBody::AJoint::m_axis[2] |
Definition at line 539 of file btSoftBody.h.
Definition at line 540 of file btSoftBody.h.