You.i Engine
YiInterpolateBounceEaseOut.h
Go to the documentation of this file.
1 // © You i Labs Inc. 2000-2017. All rights reserved.
2 #ifndef _YI_INTERPOLATE_BOUNCE_EASE_OUT_H_
3 #define _YI_INTERPOLATE_BOUNCE_EASE_OUT_H_
4 
5 #include "YiTimeInterpolator.h"
6 
18 {
19 public:
21  virtual float Interpolate(float fTimePercentage) override;
22 
24 };
25 
28 #endif // _YI_INTERPOLATE_BOUNCE_EASE_OUT_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 ~CYIInterpolateBounceEaseOut()
An interpolator that 'bounces' at the end of the range.
Definition: YiInterpolateBounceEaseOut.h:17