Searched defs:ResFloatKeyFVS48Data (Results 1 – 1 of 1) sorted by relevance
160 struct ResFloatKeyFVS48Data struct162 ut::ResU16 m_Frame; // fx10.5163 ut::ResU16 m_Value; // m_Value * scale + offset164 ut::ResS16 m_Slope; // fx7.8166 u32 GetFrame() const { return m_Frame; } in GetFrame()167 f32 GetFrameF32() const { return internal::CastS10_5ToF32( m_Frame ); } in GetFrameF32()168 f32 GetValue() const { return static_cast<f32>( m_Value ); } in GetValue()169 f32 GetSlope() const { return internal::CastS7_8ToF32(m_Slope); } in GetSlope()