Home
last modified time | relevance | path

Searched refs:ResVector4CurveData (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.2.23/sources/libraries/anim/res/
Danim_ResAnimCurve.cpp729 …CalcRotateCurveCV_( math::MTX34* result, bit32* flags, const ResVector4CurveData* pCurve, f32 fram… in CalcRotateCurveCV_()
733 const ResVector4CurveData::FrameValue& frameValue = pCurve->frames.m_KeyValue[index]; in CalcRotateCurveCV_()
753 … const ResVector4CurveData::FrameValue& nextFrameValue = pCurve->frames.m_KeyValue[nextIndex]; in CalcRotateCurveCV_()
911 void CalcRotateCurve(math::MTX34* result, bit32* flags, const ResVector4CurveData* pCurve, f32 fram… in CalcRotateCurve()
917 if ( pCurve->m_Flags & ResVector4CurveData::FLAG_CONSTANT ) in CalcRotateCurve()
/NW4C-1.2.23/include/nw/anim/res/
Danim_ResAnimCurve.h531 typedef ResBakedCurveData<ut::ResVec4> ResVector4CurveData; //!< @details :private typedef
540 void CalcRotateCurve( math::MTX34* result, bit32* flags, const ResVector4CurveData* pCurve, f32 fra…
Danim_ResAnim.h1022 …NW_RESANM_GETCURVE_DECL( ResVector4CurveData, Rotate, ResBakedTransformAnimData::FLAG_CONSTANT_ROT…
1034 …CalcRotateCurve( result, flags, reinterpret_cast<const ResVector4CurveData*>( ref().toRotate.to_pt… in NW_RESANM_EVALUATE_VEC3_DECL()