Panda3D
Public Member Functions | Static Public Member Functions | List of all members
BulletSoftBodyMaterial Class Reference

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...
 

Detailed Description

Definition at line 26 of file bulletSoftBodyMaterial.h.

Member Function Documentation

◆ empty()

BulletSoftBodyMaterial BulletSoftBodyMaterial::empty ( )
inlinestatic

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

Definition at line 32 of file bulletSoftBodyMaterial.I.

References getLinearStiffness().

◆ getAngularStiffness()

PN_stdfloat BulletSoftBodyMaterial::getAngularStiffness ( ) const
inline

Getter for the property m_kAST.

Definition at line 78 of file bulletSoftBodyMaterial.I.

References setAngularStiffness().

Referenced by setLinearStiffness().

◆ getLinearStiffness()

PN_stdfloat BulletSoftBodyMaterial::getLinearStiffness ( ) const
inline

Getter for the property m_kLST.

Definition at line 56 of file bulletSoftBodyMaterial.I.

References setLinearStiffness().

Referenced by empty().

◆ getVolumePreservation()

PN_stdfloat BulletSoftBodyMaterial::getVolumePreservation ( ) const
inline

Getter for the property m_kVST.

Definition at line 100 of file bulletSoftBodyMaterial.I.

References setVolumePreservation().

Referenced by setAngularStiffness().

◆ setAngularStiffness()

void BulletSoftBodyMaterial::setAngularStiffness ( PN_stdfloat  value)
inline

Setter for the property m_kAST.

Definition at line 89 of file bulletSoftBodyMaterial.I.

References getVolumePreservation().

Referenced by getAngularStiffness().

◆ setLinearStiffness()

void BulletSoftBodyMaterial::setLinearStiffness ( PN_stdfloat  value)
inline

Setter for the property m_kLST.

Definition at line 67 of file bulletSoftBodyMaterial.I.

References getAngularStiffness().

Referenced by getLinearStiffness().

◆ setVolumePreservation()

void BulletSoftBodyMaterial::setVolumePreservation ( PN_stdfloat  value)
inline

Setter for the property m_kVST.

Definition at line 111 of file bulletSoftBodyMaterial.I.

Referenced by getVolumePreservation().


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