Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/anim/res/
Danim_ResAnimCurve.h162 struct ResFloatKeyFVS48Data struct
164 ut::ResU16 m_Frame; // fx10.5
165 ut::ResU16 m_Value; // m_Value * scale + offset
166 ut::ResS16 m_Slope; // fx7.8
168 u32 GetFrame() const { return m_Frame; } in GetFrame()
169 f32 GetFrameF32() const { return internal::CastS10_5ToF32( m_Frame ); } in GetFrameF32()
170 f32 GetValue() const { return static_cast<f32>( m_Value ); } in GetValue()
171 f32 GetSlope() const { return internal::CastS7_8ToF32(m_Slope); } in GetSlope()