Panda3D
|
#include <pandadoc.hpp>
Public Member Functions | |
__init__ (const BulletSoftBodyMaterial) | |
float | getAngularStiffness () |
Getter for the property m_kAST. More... | |
float | getLinearStiffness () |
Getter for the property m_kLST. More... | |
float | getVolumePreservation () |
Getter for the property m_kVST. More... | |
setAngularStiffness (float value) | |
Setter for the property m_kAST. More... | |
setLinearStiffness (float value) | |
Setter for the property m_kLST. More... | |
setVolumePreservation (float value) | |
Setter for the property m_kVST. More... | |
Static Public Member Functions | |
static BulletSoftBodyMaterial | empty () |
Named constructor intended to be used for asserts which have to return a concrete value. More... | |
Public Attributes | |
float | angular_stiffness |
Getter for the property m_kAST. More... | |
float | linear_stiffness |
Getter for the property m_kLST. More... | |
float | volume_preservation |
Getter for the property m_kVST. More... | |
__init__ | ( | const | BulletSoftBodyMaterial | ) |
|
static |
Named constructor intended to be used for asserts which have to return a concrete value.
float getAngularStiffness | ( | ) |
Getter for the property m_kAST.
float getLinearStiffness | ( | ) |
Getter for the property m_kLST.
float getVolumePreservation | ( | ) |
Getter for the property m_kVST.
setAngularStiffness | ( | float | value | ) |
Setter for the property m_kAST.
setLinearStiffness | ( | float | value | ) |
Setter for the property m_kLST.
setVolumePreservation | ( | float | value | ) |
Setter for the property m_kVST.
float angular_stiffness |
Getter for the property m_kAST.
float linear_stiffness |
Getter for the property m_kLST.
float volume_preservation |
Getter for the property m_kVST.