#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 323 of file btSoftBody.h.
| btSoftBody::Impulse::Impulse | ( | ) | [inline] |
Definition at line 329 of file btSoftBody.h.
Definition at line 337 of file btSoftBody.h.
| Impulse btSoftBody::Impulse::operator- | ( | ) | const [inline] |
Definition at line 330 of file btSoftBody.h.
Definition at line 328 of file btSoftBody.h.
Definition at line 327 of file btSoftBody.h.
| btVector3 btSoftBody::Impulse::m_drift |
Definition at line 326 of file btSoftBody.h.
| btVector3 btSoftBody::Impulse::m_velocity |
Definition at line 325 of file btSoftBody.h.