17 INLINE CLerpAnimEffectInterval::
18 CLerpAnimEffectInterval(
const std::string &name,
double duration,
19 CLerpInterval::BlendType blend_type) :
34 float begin_effect,
float end_effect) {
35 _controls.push_back(ControlDef(control, name, begin_effect, end_effect));
41 INLINE CLerpAnimEffectInterval::ControlDef::
42 ControlDef(
AnimControl *control,
const std::string &name,
43 float begin_effect,
float end_effect) :
46 _begin_effect(begin_effect),
47 _end_effect(end_effect)