Bullet Collision Detection & Physics Library
|
#include <btSoftBody.h>
Public Member Functions | |
BT_DECLARE_ALIGNED_ALLOCATOR () | |
Public Member Functions inherited from btSoftBody::Element | |
Element () | |
Public Attributes | |
btVector3 | m_c3 |
Node * | m_n [2] |
btScalar | m_rl |
int | m_bbending: 1 |
btScalar | m_c0 |
btScalar | m_c1 |
btScalar | m_c2 |
Public Attributes inherited from btSoftBody::Feature | |
Material * | m_material |
Public Attributes inherited from btSoftBody::Element | |
void * | m_tag |
Definition at line 286 of file btSoftBody.h.
btSoftBody::Link::BT_DECLARE_ALIGNED_ALLOCATOR | ( | ) |
int btSoftBody::Link::m_bbending |
Definition at line 292 of file btSoftBody.h.
btScalar btSoftBody::Link::m_c0 |
Definition at line 293 of file btSoftBody.h.
btScalar btSoftBody::Link::m_c1 |
Definition at line 294 of file btSoftBody.h.
btScalar btSoftBody::Link::m_c2 |
Definition at line 295 of file btSoftBody.h.
btVector3 btSoftBody::Link::m_c3 |
Definition at line 289 of file btSoftBody.h.
Node* btSoftBody::Link::m_n[2] |
Definition at line 290 of file btSoftBody.h.
btScalar btSoftBody::Link::m_rl |
Definition at line 291 of file btSoftBody.h.