|
ESyS-Particle
2.3
|
#include <RotParticle.h>

Public Member Functions | |
| exchangeType () | |
| exchangeType (const Vec3 &pos, const Vec3 &initPos, const Vec3 &vel, const Vec3 &currAngVel, const Quaternion &quat, const bool is_dyn, const bool is_rot) | |
Public Attributes | |
| Vec3 | m_pos |
| Vec3 | m_initPos |
| Vec3 | m_vel |
| Vec3 | m_angVel |
| Quaternion | m_quat |
| bool | m_is_dynamic |
| bool | m_is_rot |
Friends | |
| class | TML_PackedMessageInterface |
|
inline |
References m_is_dynamic, and m_is_rot.
|
inline |
References m_is_dynamic, and m_is_rot.
|
friend |
| Vec3 CRotParticle::exchangeType::m_angVel |
Referenced by CRotParticle::setExchangeValues().
| Vec3 CRotParticle::exchangeType::m_initPos |
Referenced by CRotParticle::setExchangeValues().
| bool CRotParticle::exchangeType::m_is_dynamic |
Referenced by exchangeType(), and CRotParticle::setExchangeValues().
| bool CRotParticle::exchangeType::m_is_rot |
Referenced by exchangeType(), and CRotParticle::setExchangeValues().
| Vec3 CRotParticle::exchangeType::m_pos |
Referenced by CRotParticle::setExchangeValues().
| Quaternion CRotParticle::exchangeType::m_quat |
Referenced by CRotParticle::setExchangeValues().
| Vec3 CRotParticle::exchangeType::m_vel |
Referenced by CRotParticle::setExchangeValues().