BulletSoftBodyMaterial

class BulletSoftBodyMaterial

Inheritance diagram

Inheritance diagram of BulletSoftBodyMaterial

BulletSoftBodyMaterial(BulletSoftBodyMaterial const&) = default
BulletSoftBodyMaterial empty(void)

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

PN_stdfloat get_angular_stiffness(void) const

Getter for the property m_kAST.

PN_stdfloat get_linear_stiffness(void) const

Getter for the property m_kLST.

PN_stdfloat get_volume_preservation(void) const

Getter for the property m_kVST.

void set_angular_stiffness(PN_stdfloat value)

Setter for the property m_kAST.

void set_linear_stiffness(PN_stdfloat value)

Setter for the property m_kLST.

void set_volume_preservation(PN_stdfloat value)

Setter for the property m_kVST.