Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/anim/res/
Danim_ResAnimCurve.cpp696 …CalcVector3CurveCV_( math::VEC3* result, bit32* flags, const ResVector3CurveData* pCurve, f32 fram… in CalcVector3CurveCV_()
700 const ResVector3CurveData::FrameValue& frameValue = pCurve->frames.m_KeyValue[index]; in CalcVector3CurveCV_()
713 … const ResVector3CurveData::FrameValue& nextFrameValue = pCurve->frames.m_KeyValue[nextIndex]; in CalcVector3CurveCV_()
785 …void CalcTranslateCurveCV_( math::MTX34* result, bit32* flags, const ResVector3CurveData* pCurve, … in CalcTranslateCurveCV_()
789 const ResVector3CurveData::FrameValue& frameValue = pCurve->frames.m_KeyValue[index]; in CalcTranslateCurveCV_()
805 … const ResVector3CurveData::FrameValue& nextFrameValue = pCurve->frames.m_KeyValue[nextIndex]; in CalcTranslateCurveCV_()
889 CalcVector3Curve( math::VEC3* result, bit32* flags, const ResVector3CurveData* pCurve, f32 frame ) in CalcVector3Curve()
893 if ( pCurve->m_Flags & ResVector3CurveData::FLAG_CONSTANT ) in CalcVector3Curve()
931 void CalcTranslateCurve(math::MTX34* result, bit32* flags, const ResVector3CurveData* pCurve, f32 f… in CalcTranslateCurve()
935 if ( pCurve->m_Flags & ResVector3CurveData::FLAG_CONSTANT ) in CalcTranslateCurve()
/NW4C-1.2.23/include/nw/anim/res/
Danim_ResAnimCurve.h530 typedef ResBakedCurveData<ut::ResVec3_> ResVector3CurveData; //!< @details :private typedef
537 void CalcVector3Curve( math::VEC3* result, bit32* flags, const ResVector3CurveData* pCurve, f32 fra…
539 void CalcTranslateCurve( math::MTX34* result, bit32* flags, const ResVector3CurveData* pCurve, f32 …
Danim_ResAnim.h672 reinterpret_cast<const ResVector3CurveData*>( ref().to##name.to_ptr() ), \
680 reinterpret_cast<const ResVector3CurveData*>( ref().to##name.to_ptr() ), \
1023 …NW_RESANM_GETCURVE_DECL( ResVector3CurveData, Translate, ResBakedTransformAnimData::FLAG_CONSTANT_…
1024 …NW_RESANM_GETCURVE_DECL( ResVector3CurveData, Scale, ResBakedTransformAnimData::FLAG_CONSTANT_SCAL…
1041 …CalcTranslateCurve(result, flags, reinterpret_cast<const ResVector3CurveData*>( ref().toTranslate.… in EvaluateTranslate()