Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/anim/res/
Danim_ResAnimCurve.cpp805 …CalcRotateCurveCV_( math::MTX34* result, bit32* flags, const ResVector4CurveData* pCurve, f32 fram… in CalcRotateCurveCV_()
809 const ResVector4CurveData::FrameValue& frameValue = pCurve->frames.m_KeyValue[index]; in CalcRotateCurveCV_()
832 … const ResVector4CurveData::FrameValue& lastFrameValue = pCurve->frames.m_KeyValue[lastIndex]; in CalcRotateCurveCV_()
842 … const ResVector4CurveData::FrameValue& nextFrameValue = pCurve->frames.m_KeyValue[nextIndex]; in CalcRotateCurveCV_()
1014 void CalcRotateCurve(math::MTX34* result, bit32* flags, const ResVector4CurveData* pCurve, f32 fram… in CalcRotateCurve()
1020 if ( pCurve->m_Flags & ResVector4CurveData::FLAG_CONSTANT ) in CalcRotateCurve()
/NW4C-2.0.3/include/nw/anim/res/
Danim_ResAnimCurve.h546 typedef ResBakedCurveData<ut::ResVec4> ResVector4CurveData; //!< @details :private typedef
555 void CalcRotateCurve( math::MTX34* result, bit32* flags, const ResVector4CurveData* pCurve, f32 fra…
Danim_ResAnim.h1158 …NW_RESANM_GETCURVE_DECL( ResVector4CurveData, Rotate, ResBakedTransformAnimData::FLAG_CONSTANT_ROT…
1170 …CalcRotateCurve( result, flags, reinterpret_cast<const ResVector4CurveData*>( ref().toRotate.to_pt… in NW_RESANM_EVALUATE_VEC3_DECL()