Public Member Functions | |
BulletSoftBodyMaterial (btSoftBody::Material &material) | |
btSoftBody::Material & | get_material () const |
PN_stdfloat | getAngularStiffness () const |
Getter for the property m_kAST. More... | |
PN_stdfloat | getLinearStiffness () const |
Getter for the property m_kLST. More... | |
PN_stdfloat | getVolumePreservation () const |
Getter for the property m_kVST. More... | |
void | setAngularStiffness (PN_stdfloat value) |
Setter for the property m_kAST. More... | |
void | setLinearStiffness (PN_stdfloat value) |
Setter for the property m_kLST. More... | |
void | setVolumePreservation (PN_stdfloat value) |
Setter for the property m_kVST. More... | |
Static Public Member Functions | |
static BulletSoftBodyMaterial | empty () |
Named constructor intended to be used for asserts with have to return a concrete value. More... | |
Definition at line 26 of file bulletSoftBodyMaterial.h.
|
inlinestatic |
Named constructor intended to be used for asserts with have to return a concrete value.
Definition at line 32 of file bulletSoftBodyMaterial.I.
|
inline |
Getter for the property m_kAST.
Definition at line 78 of file bulletSoftBodyMaterial.I.
|
inline |
Getter for the property m_kLST.
Definition at line 56 of file bulletSoftBodyMaterial.I.
|
inline |
Getter for the property m_kVST.
Definition at line 100 of file bulletSoftBodyMaterial.I.
|
inline |
Setter for the property m_kAST.
Definition at line 89 of file bulletSoftBodyMaterial.I.
|
inline |
Setter for the property m_kLST.
Definition at line 67 of file bulletSoftBodyMaterial.I.
|
inline |
Setter for the property m_kVST.
Definition at line 111 of file bulletSoftBodyMaterial.I.