|
Blender
V2.59
|
#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 482 of file btSoftBody.h.
| virtual btSoftBody::Joint::~Joint | ( | ) | [inline, virtual] |
Definition at line 505 of file btSoftBody.h.
| btSoftBody::Joint::Joint | ( | ) | [inline] |
Definition at line 506 of file btSoftBody.h.
| void btSoftBody::Joint::Prepare | ( | btScalar | dt, |
| int | iterations | ||
| ) | [virtual] |
Reimplemented in btSoftBody::CJoint, btSoftBody::AJoint, and btSoftBody::LJoint.
Definition at line 2452 of file btSoftBody.cpp.
Referenced by btSoftBody::LJoint::Prepare(), btSoftBody::AJoint::Prepare(), and btSoftBody::CJoint::Prepare().
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.
Referenced by btSoftBodyHelpers::Draw().
Definition at line 496 of file btSoftBody.h.
Referenced by btSoftBody::appendAngularJoint(), btSoftBody::appendLinearJoint(), btSoftBodyHelpers::Draw(), and btSoftColliders::ClusterBase::SolveContact().
Definition at line 498 of file btSoftBody.h.
Referenced by btSoftBody::appendAngularJoint(), btSoftBody::appendLinearJoint(), and btSoftColliders::ClusterBase::SolveContact().
Definition at line 504 of file btSoftBody.h.
Referenced by btSoftColliders::ClusterBase::SolveContact().
| btVector3 btSoftBody::Joint::m_drift |
Definition at line 501 of file btSoftBody.h.
Referenced by btSoftColliders::ClusterBase::SolveContact().
Definition at line 499 of file btSoftBody.h.
Referenced by btSoftBody::appendAngularJoint(), btSoftBody::appendLinearJoint(), btSoftColliders::CollideCL_RS::Process(), btSoftColliders::CollideCL_SS::Process(), and btSoftColliders::ClusterBase::SolveContact().
Definition at line 503 of file btSoftBody.h.
Referenced by btSoftColliders::ClusterBase::SolveContact().
| btVector3 btSoftBody::Joint::m_refs[2] |
Definition at line 497 of file btSoftBody.h.
Referenced by btSoftBody::appendAngularJoint(), btSoftBody::appendLinearJoint(), btSoftBodyHelpers::Draw(), and btSoftColliders::ClusterBase::SolveContact().
| btVector3 btSoftBody::Joint::m_sdrift |
Definition at line 502 of file btSoftBody.h.
Definition at line 500 of file btSoftBody.h.
Referenced by btSoftBody::appendAngularJoint(), btSoftBody::appendLinearJoint(), btSoftColliders::CollideCL_RS::Process(), btSoftColliders::CollideCL_SS::Process(), and btSoftColliders::ClusterBase::SolveContact().