Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/anim/res/
Danim_ResAnimCurve.h545 typedef ResBakedCurveData<ut::ResVec4> ResVector4CurveData; //!< @details :private typedef
554 void CalcRotateCurve( math::MTX34* result, bit32* flags, const ResVector4CurveData* pCurve, f32 fra…
Danim_ResAnim.h1153 …NW_RESANM_GETCURVE_DECL( ResVector4CurveData, Rotate, ResBakedTransformAnimData::FLAG_CONSTANT_ROT…
1165 …CalcRotateCurve( result, flags, reinterpret_cast<const ResVector4CurveData*>( ref().toRotate.to_pt… in NW_RESANM_EVALUATE_VEC3_DECL()
/NW4C-1.3.3/sources/libraries/anim/res/
Danim_ResAnimCurve.cpp767 …CalcRotateCurveCV_( math::MTX34* result, bit32* flags, const ResVector4CurveData* pCurve, f32 fram… in CalcRotateCurveCV_()
771 const ResVector4CurveData::FrameValue& frameValue = pCurve->frames.m_KeyValue[index]; in CalcRotateCurveCV_()
791 … const ResVector4CurveData::FrameValue& nextFrameValue = pCurve->frames.m_KeyValue[nextIndex]; in CalcRotateCurveCV_()
949 void CalcRotateCurve(math::MTX34* result, bit32* flags, const ResVector4CurveData* pCurve, f32 fram… in CalcRotateCurve()
955 if ( pCurve->m_Flags & ResVector4CurveData::FLAG_CONSTANT ) in CalcRotateCurve()