You.i Engine
YiInterpolateBackEaseIn.h
Go to the documentation of this file.
1 // © You i Labs Inc. 2000-2017. All rights reserved.
2 #ifndef _YI_INTERPOLATE_BACK_EASE_IN_H_
3 #define _YI_INTERPOLATE_BACK_EASE_IN_H_
4 
5 #include "YiTimeInterpolator.h"
6 
16 {
17 public:
18  virtual ~CYIInterpolateBackEaseIn();
19  virtual float Interpolate(float fTimePercentage) override;
20 
22 };
23 
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