Home
last modified time | relevance | path

Searched defs:ResFloatKeyFVS48Data (Results 1 – 1 of 1) sorted by relevance

/NW4C-1.2.23/include/nw/anim/res/
Danim_ResAnimCurve.h154 struct ResFloatKeyFVS48Data struct
156 ut::ResU16 m_Frame; // fx10.5
157 ut::ResU16 m_Value; // m_Value * scale + offset
158 ut::ResS16 m_Slope; // fx7.8
160 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()