Searched refs:m_Velocity (Results 1 – 4 of 4) sorted by relevance
| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_Sound3DActor.cpp | 45 m_Velocity( 0.0f, 0.0f, 0.0f ), in Sound3DActor() 58 m_Velocity( 0.0f, 0.0f, 0.0f ), in Sound3DActor() 132 param.velocity = m_Velocity; in SetupSound() 198 nw::math::VEC3Sub( &m_Velocity, &position, &m_Position ); in SetPosition() 216 m_Position = m_Velocity = nw::math::VEC3( 0.0f, 0.0f, 0.0f ); in ResetPosition() 230 m_Velocity = velocity; in SetVelocity() 249 param->velocity = m_Velocity; in detail_UpdateAmbientArg()
|
| D | snd_Sound3DListener.cpp | 36 m_Velocity( 0.0f, 0.0f, 0.0f ), in Sound3DListener() 59 nw::math::VEC3Sub( &m_Velocity, &m_Position, &oldPos ); in SetMatrix() 73 m_Velocity = nw::math::VEC3( 0.0f,0.0f,0.0f ); in ResetMatrix() 79 m_Velocity = velocity; in SetVelocity()
|
| /NW4C-2.0.3/include/nw/snd/ |
| D | snd_Sound3DActor.h | 238 const nw::math::VEC3& GetVelocity() const { return m_Velocity; } in GetVelocity() 289 nw::math::VEC3 m_Velocity; variable
|
| D | snd_Sound3DListener.h | 165 const nw::math::VEC3& GetVelocity() const { return m_Velocity; } in GetVelocity() 323 nw::math::VEC3 m_Velocity; variable
|