Panda3D
 All Classes Functions Variables Enumerations
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

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.

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.


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