Blender V5.0
btSoftBody::Pose Struct Reference

#include <btSoftBody.h>

Public Attributes

bool m_bvolume
bool m_bframe
btScalar m_volume
tVector3Array m_pos
tScalarArray m_wgh
btVector3 m_com
btMatrix3x3 m_rot
btMatrix3x3 m_scl
btMatrix3x3 m_aqq

Detailed Description

Definition at line 433 of file btSoftBody.h.

Member Data Documentation

◆ m_aqq

btMatrix3x3 btSoftBody::Pose::m_aqq

Definition at line 443 of file btSoftBody.h.

Referenced by btSoftBody::updatePose().

◆ m_bframe

bool btSoftBody::Pose::m_bframe

Definition at line 436 of file btSoftBody.h.

Referenced by btSoftBodyHelpers::DrawFrame().

◆ m_bvolume

bool btSoftBody::Pose::m_bvolume

Definition at line 435 of file btSoftBody.h.

◆ m_com

btVector3 btSoftBody::Pose::m_com

Definition at line 440 of file btSoftBody.h.

Referenced by btSoftBodyHelpers::DrawFrame(), and btSoftBody::updatePose().

◆ m_pos

tVector3Array btSoftBody::Pose::m_pos

Definition at line 438 of file btSoftBody.h.

Referenced by btSoftBodyHelpers::DrawFrame(), and btSoftBody::updatePose().

◆ m_rot

btMatrix3x3 btSoftBody::Pose::m_rot

Definition at line 441 of file btSoftBody.h.

Referenced by btSoftBodyHelpers::DrawFrame(), and btSoftBody::updatePose().

◆ m_scl

btMatrix3x3 btSoftBody::Pose::m_scl

Definition at line 442 of file btSoftBody.h.

Referenced by btSoftBodyHelpers::DrawFrame(), and btSoftBody::updatePose().

◆ m_volume

btScalar btSoftBody::Pose::m_volume

Definition at line 437 of file btSoftBody.h.

◆ m_wgh

tScalarArray btSoftBody::Pose::m_wgh

Definition at line 439 of file btSoftBody.h.

Referenced by btSoftBody::updatePose().


The documentation for this struct was generated from the following file: