Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Animation.cpp170 f32 t1 = frame - key0.frame; in GetHermiteCurveValue() local
177 f32 t1t1t2 = t1 * t1 * t2; in GetHermiteCurveValue()
179 f32 t1t1t1t2t2 = t1 * t1t1t2t2; in GetHermiteCurveValue()
184 + s0 * (t1t1t1t2t2 - 2.0F * t1t1t2 + t1) in GetHermiteCurveValue()
/NW4C-1.2.23/sources/libraries/anim/res/
Danim_ResAnimCurve.cpp516 f32 t1 = Traits::GetInSlope( pNextKey ); in CalcHermiteFloatSegmentFVSS_() local
518 return nw::math::Hermite( v0, t0, v1, t1, p, d ); in CalcHermiteFloatSegmentFVSS_()
543 f32 t1 = Traits::GetSlope( pNextKey ); in CalcHermiteFloatSegmentFVS_() local
545 return nw::math::Hermite( v0, t0, v1, t1, p, d ); in CalcHermiteFloatSegmentFVS_()
/NW4C-1.2.23/tools/DccPlugin/Maya/scripts/
DNW4C_SetAnimRange.mel1659 float $t1 = (float)$tokBuf1[0];
1661 if ($t1 < $t2)
1665 if ($t1 > $t2)
1669 $t1 = (float)$tokBuf1[1];
1671 if ($t1 < $t2)
1675 if ($t1 > $t2)