#include <btSoftBody.h>

Classes | |
| struct | eType |
| struct | Specs |
Public Member Functions | |
| Joint () | |
| virtual void | Prepare (btScalar dt, int iterations) |
| virtual void | Solve (btScalar dt, btScalar sor)=0 |
| virtual void | Terminate (btScalar dt)=0 |
| virtual eType::_ | Type () const =0 |
| virtual | ~Joint () |
Public Attributes | |
| Body | m_bodies [2] |
| btScalar | m_cfm |
| bool | m_delete |
| btVector3 | m_drift |
| btScalar | m_erp |
| btMatrix3x3 | m_massmatrix |
| btVector3 | m_refs [2] |
| btVector3 | m_sdrift |
| btScalar | m_split |
Definition at line 481 of file btSoftBody.h.
| virtual btSoftBody::Joint::~Joint | ( | ) | [inline, virtual] |
Definition at line 504 of file btSoftBody.h.
| btSoftBody::Joint::Joint | ( | ) | [inline] |
Definition at line 505 of file btSoftBody.h.
| virtual void btSoftBody::Joint::Prepare | ( | btScalar | dt, |
| int | iterations | ||
| ) | [virtual] |
Reimplemented in btSoftBody::CJoint, btSoftBody::AJoint, and btSoftBody::LJoint.
| virtual void btSoftBody::Joint::Solve | ( | btScalar | dt, |
| btScalar | sor | ||
| ) | [pure virtual] |
Implemented in btSoftBody::CJoint, btSoftBody::AJoint, and btSoftBody::LJoint.
| virtual void btSoftBody::Joint::Terminate | ( | btScalar | dt | ) | [pure virtual] |
Implemented in btSoftBody::CJoint, btSoftBody::AJoint, and btSoftBody::LJoint.
| virtual eType::_ btSoftBody::Joint::Type | ( | ) | const [pure virtual] |
Implemented in btSoftBody::CJoint, btSoftBody::AJoint, and btSoftBody::LJoint.
Definition at line 495 of file btSoftBody.h.
Definition at line 497 of file btSoftBody.h.
Definition at line 503 of file btSoftBody.h.
| btVector3 btSoftBody::Joint::m_drift |
Definition at line 500 of file btSoftBody.h.
Definition at line 498 of file btSoftBody.h.
Definition at line 502 of file btSoftBody.h.
| btVector3 btSoftBody::Joint::m_refs[2] |
Definition at line 496 of file btSoftBody.h.
| btVector3 btSoftBody::Joint::m_sdrift |
Definition at line 501 of file btSoftBody.h.
Definition at line 499 of file btSoftBody.h.