Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/anim/res/
Danim_ResAnimCurve.cpp553 f32 t0 = Traits::GetOutSlope( pKey ); in CalcHermiteFloatSegmentFVSS_() local
556 return nw::math::Hermite( v0, t0, v1, t1, p, d ); in CalcHermiteFloatSegmentFVSS_()
580 f32 t0 = Traits::GetSlope( pKey ); in CalcHermiteFloatSegmentFVS_() local
583 return nw::math::Hermite( v0, t0, v1, t1, p, d ); in CalcHermiteFloatSegmentFVS_()