You.i Engine
YiInterpolateBackEaseOut.h
Go to the documentation of this file.
1
// © You i Labs Inc. 2000-2017. All rights reserved.
2
#ifndef _YI_INTERPOLATE_BACK_EASE_OUT_H_
3
#define _YI_INTERPOLATE_BACK_EASE_OUT_H_
4
5
#include "
YiTimeInterpolator.h
"
6
15
class
CYIInterpolateBackEaseOut
:
public
CYITimeInterpolator
16
{
17
public
:
18
virtual
~CYIInterpolateBackEaseOut
();
19
virtual
float
Interpolate
(
float
fTimePercentage)
override
;
20
21
YI_TYPE_BASES
(
CYIInterpolateBackEaseOut
,
CYITimeInterpolator
)
22
};
23
26
#endif // _YI_INTERPOLATE_BACK_EASE_OUT_H_
CYITimeInterpolator
Container for basic interpolator functions.
Definition:
YiTimeInterpolator.h:21
YI_TYPE_BASES
#define YI_TYPE_BASES(...)
Definition:
YiRtti.h:350
YiTimeInterpolator.h
CYIInterpolateBackEaseOut
An interpolator that 'overshoots' slightly at the end of the range, before settling on the end value...
Definition:
YiInterpolateBackEaseOut.h:15
CYIInterpolateBackEaseOut::Interpolate
virtual float Interpolate(float fTimePercentage) override
CYIInterpolateBackEaseOut::~CYIInterpolateBackEaseOut
virtual ~CYIInterpolateBackEaseOut()
animation
YiInterpolateBackEaseOut.h
Generated on Thu Aug 23 2018 03:08:02 for You.i Engine by
1.8.11