Home
last modified time | relevance | path

Searched refs:m_Velocity (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Sound3DActor.cpp45 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()
Dsnd_Sound3DListener.cpp36 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/
Dsnd_Sound3DActor.h238 const nw::math::VEC3& GetVelocity() const { return m_Velocity; } in GetVelocity()
289 nw::math::VEC3 m_Velocity; variable
Dsnd_Sound3DListener.h165 const nw::math::VEC3& GetVelocity() const { return m_Velocity; } in GetVelocity()
323 nw::math::VEC3 m_Velocity; variable