Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/anim/res/
Danim_ResAnimCurve.h116 f32 GetOutSlope() const { return m_OutSlope; } in GetOutSlope() function
130 f32 GetOutSlope() const { return internal::CastS7_8ToF32(m_OutSlope); } in GetOutSlope() function
143 …f32 GetOutSlope() const { return internal::CastS6_5ToF32( s16((s8(m_InOutSlope[2]) << 4) + (m_InOu… in GetOutSlope() function
/NW4C-1.3.3/sources/libraries/anim/res/
Danim_ResAnimCurve.cpp96 static f32 GetOutSlope( const KeyType* pKey ) { return pKey->m_OutSlope; } in GetOutSlope() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
126 static f32 GetOutSlope( const KeyType* pKey ) { return pKey->GetOutSlope(); } in GetOutSlope() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
156 static f32 GetOutSlope( const KeyType* pKey ) { return pKey->GetOutSlope(); } in GetOutSlope() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits