Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/anim/res/
Danim_ResAnimCurve.h115 f32 GetInSlope() const { return m_InSlope; } in GetInSlope() function
129 f32 GetInSlope() const { return internal::CastS7_8ToF32(m_InSlope); } in GetInSlope() function
142 …f32 GetInSlope() const { return internal::CastS6_5ToF32( s16(m_InOutSlope[0] + (s8(m_InOutSlope[1… in GetInSlope() function
/NW4C-1.3.3/sources/libraries/anim/res/
Danim_ResAnimCurve.cpp95 static f32 GetInSlope( const KeyType* pKey ) { return pKey->m_InSlope; } in GetInSlope() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
125 static f32 GetInSlope( const KeyType* pKey ) { return pKey->GetInSlope(); } in GetInSlope() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
155 static f32 GetInSlope( const KeyType* pKey ) { return pKey->GetInSlope(); } in GetInSlope() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits