2 #ifndef _YI_INTERPOLATE_BOUNCE_EASE_OUT_H_ 3 #define _YI_INTERPOLATE_BOUNCE_EASE_OUT_H_ 21 virtual float Interpolate(
float timePercentage)
override;
28 #endif // _YI_INTERPOLATE_BOUNCE_EASE_OUT_H_ Container for basic interpolator functions.
Definition: YiTimeInterpolator.h:20
virtual ~CYIInterpolateBounceEaseOut()
#define YI_TYPE_BASES(CLASS, BASES...)
Definition: YiRtti.h:257
virtual float Interpolate(float timePercentage) override
An interpolator that 'bounces' at the end of the range.
Definition: YiInterpolateBounceEaseOut.h:17