2 #ifndef _YI_INTERPOLATE_ELASTIC_EASE_OUT_H_ 3 #define _YI_INTERPOLATE_ELASTIC_EASE_OUT_H_ 21 virtual float Interpolate(
float fTimePercentage)
override;
28 #endif // _YI_INTERPOLATE_ELASTIC_EASE_OUT_H_ Container for basic interpolator functions.
Definition: YiTimeInterpolator.h:21
virtual ~CYIInterpolateElasticEaseOut()
#define YI_TYPE_BASES(...)
Definition: YiRtti.h:350
virtual float Interpolate(float fTimePercentage) override
An interpolator that applies an 'elastic' effect at the end of the range.
Definition: YiInterpolateElasticEaseOut.h:17