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


| Public Attributes | |
| btVector3 | m_x | 
| btVector3 | m_q | 
| btVector3 | m_v | 
| btVector3 | m_f | 
| btVector3 | m_n | 
| btScalar | m_im | 
| btScalar | m_area | 
| btDbvtNode * | m_leaf | 
| int | m_battach: 1 | 
|  Public Attributes inherited from btSoftBody::Feature | |
| Material * | m_material | 
|  Public Attributes inherited from btSoftBody::Element | |
| void * | m_tag | 
| Additional Inherited Members | |
|  Public Member Functions inherited from btSoftBody::Element | |
| Element () | |
Definition at line 249 of file btSoftBody.h.
| btScalar btSoftBody::Node::m_area | 
Definition at line 257 of file btSoftBody.h.
| int btSoftBody::Node::m_battach | 
Definition at line 259 of file btSoftBody.h.
| btVector3 btSoftBody::Node::m_f | 
Definition at line 254 of file btSoftBody.h.
| btScalar btSoftBody::Node::m_im | 
Definition at line 256 of file btSoftBody.h.
| btDbvtNode* btSoftBody::Node::m_leaf | 
Definition at line 258 of file btSoftBody.h.
| btVector3 btSoftBody::Node::m_n | 
Definition at line 255 of file btSoftBody.h.
| btVector3 btSoftBody::Node::m_q | 
Definition at line 252 of file btSoftBody.h.
| btVector3 btSoftBody::Node::m_v | 
Definition at line 253 of file btSoftBody.h.
| btVector3 btSoftBody::Node::m_x | 
Definition at line 251 of file btSoftBody.h.
 1.8.16
 1.8.16