Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/anim/res/
Danim_ResAnimCurve.h117 f32 GetInSlope() const { return m_InSlope; } in GetInSlope() function
131 f32 GetInSlope() const { return internal::CastS7_8ToF32(m_InSlope); } in GetInSlope() function
144 …f32 GetInSlope() const { return internal::CastS6_5ToF32( s16(m_InOutSlope[0] + (s8(m_InOutSlope[1… in GetInSlope() function
/NW4C-2.0.3/sources/libraries/anim/res/
Danim_ResAnimCurve.cpp111 static f32 GetInSlope( const KeyType* pKey ) { return pKey->m_InSlope; } in GetInSlope() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
141 static f32 GetInSlope( const KeyType* pKey ) { return pKey->GetInSlope(); } in GetInSlope() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
171 static f32 GetInSlope( const KeyType* pKey ) { return pKey->GetInSlope(); } in GetInSlope() function in nw::anim::res::__anon542175bd0111::ResAnimTraits