Searched defs:ResFloatKeyFVS48Data (Results 1 – 1 of 1) sorted by relevance
154 struct ResFloatKeyFVS48Data struct156 ut::ResU16 m_Frame; // fx10.5157 ut::ResU16 m_Value; // m_Value * scale + offset158 ut::ResS16 m_Slope; // fx7.8160 u32 GetFrame() const { return m_Frame; } in GetFrame()161 f32 GetFrameF32() const { return internal::CastS10_5ToF32( m_Frame ); } in GetFrameF32()162 f32 GetValue() const { return static_cast<f32>( m_Value ); } in GetValue()163 f32 GetSlope() const { return internal::CastS7_8ToF32(m_Slope); } in GetSlope()