Home
last modified time | relevance | path

Searched refs:pCurve (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.3.3/sources/libraries/anim/res/
Danim_ResAnimCurve.cpp243 static const KeyType* GetKey( const ResIntCurveFVData* pCurve, uint keyIdx ) in GetKey() argument
244 { return &(pCurve->fv64.m_KeyValue[ keyIdx ]); } in GetKey()
259 static const KeyType* GetKey( const ResIntCurveFVData* pCurve, uint keyIdx ) in GetKey() argument
260 { return &(pCurve->fv32.m_KeyValue[ keyIdx ]); } in GetKey()
279 static const KeyType* GetKey( const ResIntCurveFVData* pCurve, uint keyIdx ) in GetKey() argument
280 { return &(pCurve->fv16.m_KeyValue[ keyIdx ]); } in GetKey()
361 f32 NormalizeFrame_( f32 frame, const ResAnimCurveData* pCurve ) in NormalizeFrame_() argument
377 NW_ASSERT( pCurve->m_InRepeatMethod < ResAnimCurveData::METHOD_NUM ); in NormalizeFrame_()
378 NW_ASSERT( pCurve->m_OutRepeatMethod < ResAnimCurveData::METHOD_NUM ); in NormalizeFrame_()
380 if ( frame < pCurve->m_StartFrame ) in NormalizeFrame_()
[all …]
/NW4C-1.3.3/include/nw/anim/res/
Danim_ResAnimCurve.h547 f32 CalcFloatCurve( const ResFloatCurveData* pCurve, f32 frame ); //!< @details :private
548 bool CalcBoolCurve( const ResBoolCurveData* pCurve, f32 frame ); //!< @details :private
549 s32 CalcIntCurve( const ResIntCurveData* pCurve, f32 frame ); //!< @details :private
551 void CalcVector3Curve( math::VEC3* result, bit32* flags, const ResVector3CurveData* pCurve, f32 fra…
553 void CalcTranslateCurve( math::MTX34* result, bit32* flags, const ResVector3CurveData* pCurve, f32 …
554 void CalcRotateCurve( math::MTX34* result, bit32* flags, const ResVector4CurveData* pCurve, f32 fra…
556 void CalcTransformCurve( math::MTX34* result, const ResFullBakedCurveData* pCurve, f32 frame ); //!…