doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
idInterpolate< type > Member List

This is the complete list of members for idInterpolate< type >, including all inherited members.

currentTimeidInterpolate< type >mutableprivate
currentValueidInterpolate< type >mutableprivate
durationidInterpolate< type >private
endValueidInterpolate< type >private
GetCurrentValue(float time) const idInterpolate< type >
GetDuration(void) const idInterpolate< type >inline
GetEndTime(void) const idInterpolate< type >inline
GetEndValue(void) const idInterpolate< type >inline
GetStartTime(void) const idInterpolate< type >inline
GetStartValue(void) const idInterpolate< type >inline
idInterpolate()idInterpolate< type >
Init(const float startTime, const float duration, const type &startValue, const type &endValue)idInterpolate< type >
IsDone(float time) const idInterpolate< type >inline
SetDuration(float duration)idInterpolate< type >inline
SetEndValue(const type &endValue)idInterpolate< type >inline
SetStartTime(float time)idInterpolate< type >inline
SetStartValue(const type &startValue)idInterpolate< type >inline
startTimeidInterpolate< type >private
startValueidInterpolate< type >private