Panda3D
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
BulletSoftBodyMaterial Class Reference

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.
 

Detailed Description

Definition at line 26 of file bulletSoftBodyMaterial.h.

Constructor & Destructor Documentation

◆ ~BulletSoftBodyMaterial()

BulletSoftBodyMaterial::~BulletSoftBodyMaterial ( )
inline

Definition at line 17 of file bulletSoftBodyMaterial.I.

◆ BulletSoftBodyMaterial()

BulletSoftBodyMaterial::BulletSoftBodyMaterial ( btSoftBody::Material & material)

Definition at line 21 of file bulletSoftBodyMaterial.cxx.

Member Function Documentation

◆ empty()

BulletSoftBodyMaterial BulletSoftBodyMaterial::empty ( )
inlinestatic

Named constructor intended to be used for asserts which have to return a concrete value.

Definition at line 26 of file bulletSoftBodyMaterial.I.

◆ get_material()

btSoftBody::Material & BulletSoftBodyMaterial::get_material ( ) const
inline

Definition at line 37 of file bulletSoftBodyMaterial.I.

Member Data Documentation

◆ get_angular_stiffness

PN_stdfloat BulletSoftBodyMaterial::get_angular_stiffness

Getter for the property m_kAST.

Definition at line 42 of file bulletSoftBodyMaterial.h.

◆ get_linear_stiffness

PN_stdfloat BulletSoftBodyMaterial::get_linear_stiffness

Getter for the property m_kLST.

Definition at line 41 of file bulletSoftBodyMaterial.h.

◆ get_volume_preservation

PN_stdfloat BulletSoftBodyMaterial::get_volume_preservation

Getter for the property m_kVST.

Definition at line 43 of file bulletSoftBodyMaterial.h.

◆ set_angular_stiffness

void BulletSoftBodyMaterial::set_angular_stiffness

Setter for the property m_kAST.

Definition at line 42 of file bulletSoftBodyMaterial.h.

◆ set_linear_stiffness

void BulletSoftBodyMaterial::set_linear_stiffness

Setter for the property m_kLST.

Definition at line 41 of file bulletSoftBodyMaterial.h.

◆ set_volume_preservation

void BulletSoftBodyMaterial::set_volume_preservation

Setter for the property m_kVST.

Definition at line 43 of file bulletSoftBodyMaterial.h.


The documentation for this class was generated from the following files: