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