Searched refs:GetVelocity (Results 1 – 3 of 3) sorted by relevance
236 const nw::math::VEC3& GetVelocity() const { return m_Velocity; } in GetVelocity() function
163 const nw::math::VEC3& GetVelocity() const { return m_Velocity; } in GetVelocity() function
170 listenerVelocity = - nw::math::VEC3Dot( &relPos, &listener.GetVelocity() ); in CalcPitch()174 listenerVelocity = nw::math::VEC3Len( &listener.GetVelocity() ); in CalcPitch()