Blender
V3.3
|
#include <btSoftBody.h>
Public Attributes | |
Node * | m_node |
btVector3 | m_local |
btRigidBody * | m_body |
btScalar | m_influence |
btMatrix3x3 | m_c0 |
btVector3 | m_c1 |
btScalar | m_c2 |
Definition at line 413 of file btSoftBody.h.
btRigidBody* btSoftBody::Anchor::m_body |
Definition at line 417 of file btSoftBody.h.
btMatrix3x3 btSoftBody::Anchor::m_c0 |
Definition at line 419 of file btSoftBody.h.
btVector3 btSoftBody::Anchor::m_c1 |
Definition at line 420 of file btSoftBody.h.
btScalar btSoftBody::Anchor::m_c2 |
Definition at line 421 of file btSoftBody.h.
btScalar btSoftBody::Anchor::m_influence |
Definition at line 418 of file btSoftBody.h.
btVector3 btSoftBody::Anchor::m_local |
Definition at line 416 of file btSoftBody.h.
Node* btSoftBody::Anchor::m_node |
Definition at line 415 of file btSoftBody.h.