| Bullet Collision Detection & Physics Library
    | 
#include <btSoftBody.h>


| Classes | |
| struct | eType | 
| struct | Specs | 
| Public Member Functions | |
| virtual | ~Joint () | 
| 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 | 
| Public Attributes | |
| Body | m_bodies [2] | 
| btVector3 | m_refs [2] | 
| btScalar | m_cfm | 
| btScalar | m_erp | 
| btScalar | m_split | 
| btVector3 | m_drift | 
| btVector3 | m_sdrift | 
| btMatrix3x3 | m_massmatrix | 
| bool | m_delete | 
Definition at line 511 of file btSoftBody.h.
| 
 | inlinevirtual | 
Definition at line 538 of file btSoftBody.h.
| 
 | inline | 
Definition at line 539 of file btSoftBody.h.
| 
 | virtual | 
Reimplemented in btSoftBody::CJoint, btSoftBody::AJoint, and btSoftBody::LJoint.
Definition at line 2778 of file btSoftBody.cpp.
Implemented in btSoftBody::CJoint, btSoftBody::AJoint, and btSoftBody::LJoint.
| 
 | pure virtual | 
Implemented in btSoftBody::CJoint, btSoftBody::AJoint, and btSoftBody::LJoint.
| 
 | pure virtual | 
Implemented in btSoftBody::CJoint, btSoftBody::AJoint, and btSoftBody::LJoint.
| Body btSoftBody::Joint::m_bodies[2] | 
Definition at line 529 of file btSoftBody.h.
| btScalar btSoftBody::Joint::m_cfm | 
Definition at line 531 of file btSoftBody.h.
| bool btSoftBody::Joint::m_delete | 
Definition at line 537 of file btSoftBody.h.
| btVector3 btSoftBody::Joint::m_drift | 
Definition at line 534 of file btSoftBody.h.
| btScalar btSoftBody::Joint::m_erp | 
Definition at line 532 of file btSoftBody.h.
| btMatrix3x3 btSoftBody::Joint::m_massmatrix | 
Definition at line 536 of file btSoftBody.h.
| btVector3 btSoftBody::Joint::m_refs[2] | 
Definition at line 530 of file btSoftBody.h.
| btVector3 btSoftBody::Joint::m_sdrift | 
Definition at line 535 of file btSoftBody.h.
| btScalar btSoftBody::Joint::m_split | 
Definition at line 533 of file btSoftBody.h.
 1.8.16
 1.8.16