Searched refs:pCurve (Results 1 – 2 of 2) sorted by relevance
| /NW4C-1.2.23/sources/libraries/anim/res/ |
| D | anim_ResAnimCurve.cpp | 203 static const KeyType* GetKey( const ResIntCurveFVData* pCurve, uint keyIdx ) in GetKey() argument 204 { return &(pCurve->fv64.m_KeyValue[ keyIdx ]); } in GetKey() 219 static const KeyType* GetKey( const ResIntCurveFVData* pCurve, uint keyIdx ) in GetKey() argument 220 { return &(pCurve->fv32.m_KeyValue[ keyIdx ]); } in GetKey() 239 static const KeyType* GetKey( const ResIntCurveFVData* pCurve, uint keyIdx ) in GetKey() argument 240 { return &(pCurve->fv16.m_KeyValue[ keyIdx ]); } in GetKey() 321 f32 NormalizeFrame_( f32 frame, const ResAnimCurveData* pCurve ) in NormalizeFrame_() argument 339 NW_ASSERT( pCurve->m_InRepeatMethod < ResAnimCurveData::METHOD_NUM ); in NormalizeFrame_() 340 NW_ASSERT( pCurve->m_OutRepeatMethod < ResAnimCurveData::METHOD_NUM ); in NormalizeFrame_() 342 if ( frame < pCurve->m_StartFrame ) in NormalizeFrame_() [all …]
|
| /NW4C-1.2.23/include/nw/anim/res/ |
| D | anim_ResAnimCurve.h | 533 f32 CalcFloatCurve( const ResFloatCurveData* pCurve, f32 frame ); //!< @details :private 534 bool CalcBoolCurve( const ResBoolCurveData* pCurve, f32 frame ); //!< @details :private 535 s32 CalcIntCurve( const ResIntCurveData* pCurve, f32 frame ); //!< @details :private 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 … 540 void CalcRotateCurve( math::MTX34* result, bit32* flags, const ResVector4CurveData* pCurve, f32 fra…
|