Home
last modified time | relevance | path

Searched refs:GetVelocity (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_Sound3DActor.h238 const nw::math::VEC3& GetVelocity() const { return m_Velocity; } in GetVelocity() function
Dsnd_Sound3DListener.h165 const nw::math::VEC3& GetVelocity() const { return m_Velocity; } in GetVelocity() function
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Sound3DCalculator.cpp172 listenerVelocity = - nw::math::VEC3Dot( &relPos, &listener.GetVelocity() ); in CalcPitch()
176 listenerVelocity = nw::math::VEC3Len( &listener.GetVelocity() ); in CalcPitch()