Blender
V3.3
|
#include <btSoftBody.h>
Public Member Functions | |
Cluster () | |
Definition at line 446 of file btSoftBody.h.
|
inline |
Definition at line 473 of file btSoftBody.h.
btScalar btSoftBody::Cluster::m_adamping |
Definition at line 466 of file btSoftBody.h.
btVector3 btSoftBody::Cluster::m_av |
Definition at line 462 of file btSoftBody.h.
Referenced by btSoftBody::Body::angularVelocity(), btSoftBody::clusterVAImpulse(), btSoftBody::clusterVelocity(), and btSoftBody::clusterVImpulse().
int btSoftBody::Cluster::m_clusterIndex |
Definition at line 472 of file btSoftBody.h.
Referenced by btSoftColliders::CollideCL_SS::Process().
bool btSoftBody::Cluster::m_collide |
Definition at line 471 of file btSoftBody.h.
Referenced by btSoftBody::generateClusters().
btVector3 btSoftBody::Cluster::m_com |
Definition at line 456 of file btSoftBody.h.
Referenced by btSoftColliders::CollideCL_SS::Process().
bool btSoftBody::Cluster::m_containsAnchor |
Definition at line 470 of file btSoftBody.h.
Referenced by btSoftColliders::CollideCL_RS::Process().
btVector3 btSoftBody::Cluster::m_dimpulses[2] |
Definition at line 458 of file btSoftBody.h.
Referenced by btSoftBody::clusterDAImpulse(), btSoftBody::clusterDCImpulse(), and btSoftBody::clusterDImpulse().
tVector3Array btSoftBody::Cluster::m_framerefs |
Definition at line 450 of file btSoftBody.h.
btTransform btSoftBody::Cluster::m_framexform |
Definition at line 451 of file btSoftBody.h.
Referenced by btSoftBody::Body::xform().
btScalar btSoftBody::Cluster::m_idmass |
Definition at line 452 of file btSoftBody.h.
btScalar btSoftBody::Cluster::m_imass |
Definition at line 453 of file btSoftBody.h.
Referenced by btSoftBody::clusterCom(), btSoftBody::clusterDCImpulse(), btSoftBody::clusterDImpulse(), btSoftBody::clusterVImpulse(), and btSoftBody::Body::invMass().
btMatrix3x3 btSoftBody::Cluster::m_invwi |
Definition at line 455 of file btSoftBody.h.
Referenced by btSoftBody::clusterDAImpulse(), btSoftBody::clusterDImpulse(), btSoftBody::clusterVAImpulse(), btSoftBody::clusterVImpulse(), and btSoftBody::Body::invWorldInertia().
btScalar btSoftBody::Cluster::m_ldamping |
Definition at line 465 of file btSoftBody.h.
btDbvtNode* btSoftBody::Cluster::m_leaf |
Definition at line 463 of file btSoftBody.h.
btMatrix3x3 btSoftBody::Cluster::m_locii |
Definition at line 454 of file btSoftBody.h.
btVector3 btSoftBody::Cluster::m_lv |
Definition at line 461 of file btSoftBody.h.
Referenced by btSoftBody::clusterVelocity(), btSoftBody::clusterVImpulse(), and btSoftBody::Body::linearVelocity().
tScalarArray btSoftBody::Cluster::m_masses |
Definition at line 448 of file btSoftBody.h.
Referenced by btSoftBody::clusterCom().
btScalar btSoftBody::Cluster::m_matching |
Definition at line 467 of file btSoftBody.h.
btScalar btSoftBody::Cluster::m_maxSelfCollisionImpulse |
Definition at line 468 of file btSoftBody.h.
btScalar btSoftBody::Cluster::m_ndamping |
Definition at line 464 of file btSoftBody.h.
int btSoftBody::Cluster::m_ndimpulses |
Definition at line 460 of file btSoftBody.h.
Referenced by btSoftBody::clusterDAImpulse(), btSoftBody::clusterDCImpulse(), and btSoftBody::clusterDImpulse().
btAlignedObjectArray<Node*> btSoftBody::Cluster::m_nodes |
Definition at line 449 of file btSoftBody.h.
Referenced by btSoftBody::clusterCom(), btSoftBody::generateClusters(), and btSoftClusterCollisionShape::localGetSupportingVertex().
int btSoftBody::Cluster::m_nvimpulses |
Definition at line 459 of file btSoftBody.h.
Referenced by btSoftBody::clusterVAImpulse(), and btSoftBody::clusterVImpulse().
btScalar btSoftBody::Cluster::m_selfCollisionImpulseFactor |
Definition at line 469 of file btSoftBody.h.
btVector3 btSoftBody::Cluster::m_vimpulses[2] |
Definition at line 457 of file btSoftBody.h.
Referenced by btSoftBody::clusterVAImpulse(), and btSoftBody::clusterVImpulse().