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

Public Attributes

 get_angular_stiffness
 Getter for the property m_kAST. More...
 
 get_linear_stiffness
 Getter for the property m_kLST. More...
 
 get_volume_preservation
 Getter for the property m_kVST. More...
 
 set_angular_stiffness
 Setter for the property m_kAST. More...
 
 set_linear_stiffness
 Setter for the property m_kLST. More...
 
 set_volume_preservation
 Setter for the property m_kVST. 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 which have to return a concrete value.

Definition at line 27 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: