Blender
V3.3
|
#include <btSoftBodyInternals.h>
Public Member Functions | |
btSoftBodyCollisionShape (btSoftBody *backptr) | |
virtual | ~btSoftBodyCollisionShape () |
void | processAllTriangles (btTriangleCallback *, const btVector3 &, const btVector3 &) const |
virtual void | getAabb (const btTransform &t, btVector3 &aabbMin, btVector3 &aabbMax) const |
getAabb returns the axis aligned bounding box in the coordinate frame of the given transform t. More... | |
virtual void | setLocalScaling (const btVector3 &) |
virtual const btVector3 & | getLocalScaling () const |
virtual void | calculateLocalInertia (btScalar, btVector3 &) const |
virtual const char * | getName () const |
Public Attributes | |
btSoftBody * | m_body |
Definition at line 662 of file btSoftBodyInternals.h.
|
inline |
Definition at line 667 of file btSoftBodyInternals.h.
References m_body, and SOFTBODY_SHAPE_PROXYTYPE.
|
inlinevirtual |
Definition at line 673 of file btSoftBodyInternals.h.
|
inlinevirtual |
getAabb returns the axis aligned bounding box in the coordinate frame of the given transform t.
Definition at line 684 of file btSoftBodyInternals.h.
References btVector3, m_body, btSoftBody::m_bounds, and t.
|
inlinevirtual |
Definition at line 709 of file btSoftBodyInternals.h.
References btVector3.
|
inlinevirtual |
Definition at line 719 of file btSoftBodyInternals.h.
|
inline |
Definition at line 677 of file btSoftBodyInternals.h.
References btAssert.
na
Definition at line 705 of file btSoftBodyInternals.h.
btSoftBody* btSoftBodyCollisionShape::m_body |
Definition at line 665 of file btSoftBodyInternals.h.
Referenced by btSoftBodyCollisionShape(), and getAabb().