#include <btSoftBody.h>
Public Member Functions | |
| Impulse () | |
| Impulse | operator* (btScalar x) const |
| Impulse | operator- () const |
Public Attributes | |
| int | m_asDrift:1 |
| int | m_asVelocity:1 |
| btVector3 | m_drift |
| btVector3 | m_velocity |
Definition at line 350 of file btSoftBody.h.
| btSoftBody::Impulse::Impulse | ( | ) | [inline] |
Definition at line 356 of file btSoftBody.h.
Definition at line 364 of file btSoftBody.h.
| Impulse btSoftBody::Impulse::operator- | ( | ) | const [inline] |
Definition at line 357 of file btSoftBody.h.
Definition at line 355 of file btSoftBody.h.
Definition at line 354 of file btSoftBody.h.
| btVector3 btSoftBody::Impulse::m_drift |
Definition at line 353 of file btSoftBody.h.
| btVector3 btSoftBody::Impulse::m_velocity |
Definition at line 352 of file btSoftBody.h.