Panda3D
|
Public Member Functions | |
BulletSoftBodyMaterial (btSoftBody::Material &material) | |
PN_stdfloat | get_angular_stiffness () const |
PN_stdfloat | get_linear_stiffness () const |
btSoftBody::Material & | get_material () const |
PN_stdfloat | get_volume_preservation () const |
void | set_angular_stiffness (PN_stdfloat value) |
void | set_linear_stiffness (PN_stdfloat value) |
void | set_volume_preservation (PN_stdfloat value) |
Static Public Member Functions | |
static BulletSoftBodyMaterial | empty () |
Named constructor intended to be used for asserts which have to return a concrete value. | |
Public Attributes | |
get_angular_stiffness | |
Getter for the property m_kAST. | |
get_linear_stiffness | |
Getter for the property m_kLST. | |
get_volume_preservation | |
Getter for the property m_kVST. | |
set_angular_stiffness | |
Setter for the property m_kAST. | |
set_linear_stiffness | |
Setter for the property m_kLST. | |
set_volume_preservation | |
Setter for the property m_kVST. | |
Definition at line 26 of file bulletSoftBodyMaterial.h.
|
inline |
Definition at line 17 of file bulletSoftBodyMaterial.I.
BulletSoftBodyMaterial::BulletSoftBodyMaterial | ( | btSoftBody::Material & | material | ) |
Definition at line 21 of file bulletSoftBodyMaterial.cxx.
|
inlinestatic |
Named constructor intended to be used for asserts which have to return a concrete value.
Definition at line 26 of file bulletSoftBodyMaterial.I.
|
inline |
Definition at line 37 of file bulletSoftBodyMaterial.I.
PN_stdfloat BulletSoftBodyMaterial::get_angular_stiffness |
Getter for the property m_kAST.
Definition at line 42 of file bulletSoftBodyMaterial.h.
PN_stdfloat BulletSoftBodyMaterial::get_linear_stiffness |
Getter for the property m_kLST.
Definition at line 41 of file bulletSoftBodyMaterial.h.
PN_stdfloat BulletSoftBodyMaterial::get_volume_preservation |
Getter for the property m_kVST.
Definition at line 43 of file bulletSoftBodyMaterial.h.
void BulletSoftBodyMaterial::set_angular_stiffness |
Setter for the property m_kAST.
Definition at line 42 of file bulletSoftBodyMaterial.h.
void BulletSoftBodyMaterial::set_linear_stiffness |
Setter for the property m_kLST.
Definition at line 41 of file bulletSoftBodyMaterial.h.
void BulletSoftBodyMaterial::set_volume_preservation |
Setter for the property m_kVST.
Definition at line 43 of file bulletSoftBodyMaterial.h.