Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/anim/res/
Danim_ResAnimCurve.cpp525 const typename Traits::KeyType* pNextKey = pKey + 1; in CalcLinearFloatSegmentFV_() local
527 f32 nextKeyFrame = Traits::GetFrameF32( pSegment, pNextKey ); in CalcLinearFloatSegmentFV_()
531 + Traits::GetValue( pSegment, pNextKey ) * rate; in CalcLinearFloatSegmentFV_()
547 const typename Traits::KeyType* pNextKey = pKey + 1; in CalcHermiteFloatSegmentFVSS_() local
550 f32 d = Traits::GetFrameF32( pSegment, pNextKey ) - keyFrame; in CalcHermiteFloatSegmentFVSS_()
552 f32 v1 = Traits::GetValue( pSegment, pNextKey ); in CalcHermiteFloatSegmentFVSS_()
554 f32 t1 = Traits::GetInSlope( pNextKey ); in CalcHermiteFloatSegmentFVSS_()
574 const typename Traits::KeyType* pNextKey = pKey + 1; in CalcHermiteFloatSegmentFVS_() local
577 f32 d = Traits::GetFrameF32( pSegment, pNextKey ) - keyFrame; in CalcHermiteFloatSegmentFVS_()
579 f32 v1 = Traits::GetValue( pSegment, pNextKey ); in CalcHermiteFloatSegmentFVS_()
[all …]