#include <llinterp.h>


Public Member Functions | |
| void | start () |
| void | update (const F32 time) |
| F32 | getCurFrac () const |
Protected Attributes | |
| F32 | mCurFrac |
Definition at line 86 of file llinterp.h.
| void LLInterpLinear< Type >::start | ( | void | ) | [inline, virtual] |
Reimplemented from LLInterp< Type >.
Definition at line 241 of file llinterp.h.
References LLInterpLinear< Type >::mCurFrac, and LLInterp< Type >::start().
Referenced by LLHUDEffectBeam::LLHUDEffectBeam(), LLHUDEffectBeam::setSourceObject(), and LLHUDEffectBeam::setupParticle().


| void LLInterpLinear< Type >::update | ( | const F32 | time | ) | [inline] |
Reimplemented from LLInterp< Type >.
Reimplemented in LLInterpExp< Type >.
Definition at line 248 of file llinterp.h.
References llmax(), llmin(), LLInterp< Type >::mActive, LLInterpLinear< Type >::mCurFrac, LLInterp< Type >::mCurTime, LLInterp< Type >::mCurVal, LLInterp< Type >::mDone, LLInterp< Type >::mDuration, LLInterp< Type >::mEndVal, LLInterp< Type >::mStartTime, LLInterp< Type >::mStartVal, and TRUE.
Referenced by LLHUDEffectBeam::render().


| F32 LLInterpLinear< Type >::getCurFrac | ( | ) | const [inline] |
Definition at line 287 of file llinterp.h.
References LLInterpLinear< Type >::mCurFrac.
Referenced by LLHUDEffectBeam::render().

F32 LLInterpLinear< Type >::mCurFrac [protected] |
Definition at line 93 of file llinterp.h.
Referenced by LLInterpLinear< Type >::getCurFrac(), LLInterpLinear< Type >::start(), LLInterpExp< Type >::update(), and LLInterpLinear< Type >::update().
1.5.5