2 #ifndef _YI_INTERPOLATE_BACK_EASE_IN_H_ 3 #define _YI_INTERPOLATE_BACK_EASE_IN_H_ 19 virtual float Interpolate(
float fTimePercentage)
override;
26 #endif // _YI_INTERPOLATE_BACK_EASE_IN_H_ Container for basic interpolator functions.
Definition: YiTimeInterpolator.h:21
#define YI_TYPE_BASES(...)
Definition: YiRtti.h:350
virtual float Interpolate(float fTimePercentage) override
virtual ~CYIInterpolateBackEaseIn()
An interpolator that 'overshoots' slightly at the start of the range.
Definition: YiInterpolateBackEaseIn.h:15