|
Blender V5.0
|
#include <btDeformableGravityForce.h>
Inherits btDeformableLagrangianForce.
Public Types | |
| typedef btAlignedObjectArray< btVector3 > | TVStack |
| Public Types inherited from btDeformableLagrangianForce | |
| typedef btAlignedObjectArray< btVector3 > | TVStack |
Public Attributes | |
| btVector3 | m_gravity |
| Public Attributes inherited from btDeformableLagrangianForce | |
| btAlignedObjectArray< btSoftBody * > | m_softBodies |
| const btAlignedObjectArray< btSoftBody::Node * > * | m_nodes |
Definition at line 21 of file btDeformableGravityForce.h.
Definition at line 24 of file btDeformableGravityForce.h.
|
inline |
Definition at line 27 of file btDeformableGravityForce.h.
|
inlinevirtual |
Implements btDeformableLagrangianForce.
Definition at line 41 of file btDeformableGravityForce.h.
|
inlinevirtual |
Implements btDeformableLagrangianForce.
Definition at line 49 of file btDeformableGravityForce.h.
|
inlinevirtual |
Implements btDeformableLagrangianForce.
Definition at line 45 of file btDeformableGravityForce.h.
|
inlinevirtual |
Implements btDeformableLagrangianForce.
Definition at line 36 of file btDeformableGravityForce.h.
References addScaledGravityForce().
|
inlinevirtual |
Implements btDeformableLagrangianForce.
Definition at line 31 of file btDeformableGravityForce.h.
References addScaledGravityForce().
|
inlinevirtual |
Definition at line 55 of file btDeformableGravityForce.h.
References btAssert, btVector3, btDeformableLagrangianForce::getNumNodes(), i, btSoftBody::Node::index, m_gravity, btSoftBody::Node::m_im, btSoftBody::m_nodes, btDeformableLagrangianForce::m_softBodies, and btAlignedObjectArray< T >::size().
Referenced by addScaledExplicitForce(), and addScaledForces().
|
inlinevirtual |
Implements btDeformableLagrangianForce.
Definition at line 53 of file btDeformableGravityForce.h.
|
inlinevirtual |
Implements btDeformableLagrangianForce.
Definition at line 77 of file btDeformableGravityForce.h.
References BT_GRAVITY_FORCE.
|
inlinevirtual |
Reimplemented from btDeformableLagrangianForce.
Definition at line 83 of file btDeformableGravityForce.h.
References e, i, m_gravity, btSoftBody::Node::m_im, btSoftBody::m_nodes, btSoftBody::Node::m_q, btDeformableLagrangianForce::m_softBodies, and btAlignedObjectArray< T >::size().
| btVector3 btDeformableGravityForce::m_gravity |
Definition at line 25 of file btDeformableGravityForce.h.
Referenced by addScaledGravityForce(), btDeformableGravityForce(), and totalEnergy().