Blender
V3.3
|
#include <btSoftBody.h>
Public Attributes | |
btMatrix3x3 | m_F |
btScalar | m_trace |
btScalar | m_J |
btMatrix3x3 | m_cofF |
btMatrix3x3 | m_corotation |
Definition at line 320 of file btSoftBody.h.
btMatrix3x3 btSoftBody::TetraScratch::m_cofF |
Definition at line 325 of file btSoftBody.h.
Referenced by btDeformableNeoHookeanForce::firstPiola(), btDeformableNeoHookeanForce::firstPiolaDampingDifferential(), btDeformableNeoHookeanForce::firstPiolaDifferential(), and btSoftBody::updateDeformation().
btMatrix3x3 btSoftBody::TetraScratch::m_corotation |
Definition at line 326 of file btSoftBody.h.
Referenced by btDeformableLinearElasticityForce::firstPiola(), and btSoftBody::updateDeformation().
btMatrix3x3 btSoftBody::TetraScratch::m_F |
Definition at line 322 of file btSoftBody.h.
Referenced by btDeformableLinearElasticityForce::elasticEnergyDensity(), btDeformableLinearElasticityForce::firstPiola(), btDeformableNeoHookeanForce::firstPiola(), btDeformableNeoHookeanForce::firstPiolaDampingDifferential(), btDeformableNeoHookeanForce::firstPiolaDifferential(), and btSoftBody::updateDeformation().
btScalar btSoftBody::TetraScratch::m_J |
Definition at line 324 of file btSoftBody.h.
Referenced by btDeformableNeoHookeanForce::elasticEnergyDensity(), btDeformableNeoHookeanForce::firstPiola(), btDeformableNeoHookeanForce::firstPiolaDampingDifferential(), btDeformableNeoHookeanForce::firstPiolaDifferential(), and btSoftBody::updateDeformation().
btScalar btSoftBody::TetraScratch::m_trace |
Definition at line 323 of file btSoftBody.h.
Referenced by btDeformableNeoHookeanForce::elasticEnergyDensity(), btDeformableNeoHookeanForce::firstPiola(), btDeformableNeoHookeanForce::firstPiolaDampingDifferential(), btDeformableNeoHookeanForce::firstPiolaDifferential(), and btSoftBody::updateDeformation().