| 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 487 of file btSoftBody.h.
| 
 | inlinevirtual | 
Definition at line 510 of file btSoftBody.h.
| 
 | inline | 
Definition at line 511 of file btSoftBody.h.
| 
 | virtual | 
Reimplemented in btSoftBody::CJoint, btSoftBody::AJoint, and btSoftBody::LJoint.
Definition at line 2766 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 501 of file btSoftBody.h.
| btScalar btSoftBody::Joint::m_cfm | 
Definition at line 503 of file btSoftBody.h.
| bool btSoftBody::Joint::m_delete | 
Definition at line 509 of file btSoftBody.h.
| btVector3 btSoftBody::Joint::m_drift | 
Definition at line 506 of file btSoftBody.h.
| btScalar btSoftBody::Joint::m_erp | 
Definition at line 504 of file btSoftBody.h.
| btMatrix3x3 btSoftBody::Joint::m_massmatrix | 
Definition at line 508 of file btSoftBody.h.
| btVector3 btSoftBody::Joint::m_refs[2] | 
Definition at line 502 of file btSoftBody.h.
| btVector3 btSoftBody::Joint::m_sdrift | 
Definition at line 507 of file btSoftBody.h.
| btScalar btSoftBody::Joint::m_split | 
Definition at line 505 of file btSoftBody.h.
 1.8.12
 1.8.12