2 #ifndef _YI_TIME_INTERPOLATORS_H_ 3 #define _YI_TIME_INTERPOLATORS_H_ 60 #endif // _YI_TIME_INTERPOLATORS_H_
static CYIInterpolateBounceEaseOut BounceEaseOut
Definition: YiTimeInterpolators.h:46
static CYIInterpolateQuadEaseInEaseOut QuadEaseInEaseOut
Definition: YiTimeInterpolators.h:45
static CYIInterpolateSigmoid Sigmoid
Definition: YiTimeInterpolators.h:49
An interpolator that just reflects the input value.
Definition: YiInterpolateLinear.h:17
static CYIInterpolateBackEaseOut BackEaseOut
Definition: YiTimeInterpolators.h:48
Definition: YiInterpolateCircularEaseIn.h:22
static CYIInterpolateBackEaseIn BackEaseIn
Definition: YiTimeInterpolators.h:47
static CYIInterpolateCircularEaseIn CircularEaseIn
Definition: YiTimeInterpolators.h:50
static CYIInterpolateQuadEaseIn QuadEaseIn
Definition: YiTimeInterpolators.h:43
static CYIInterpolateElasticEaseOut ElasticEaseOut
Definition: YiTimeInterpolators.h:41
static CYIInterpolateInvert Invert
Definition: YiTimeInterpolators.h:40
static CYIInterpolateCircularEaseOut CircularEaseOut
Definition: YiTimeInterpolators.h:52
An interpolator that 'overshoots' slightly at the end of the range, before settling on the end value...
Definition: YiInterpolateBackEaseOut.h:15
An interpolator that 'eases' both the beginning and end of the range.
Definition: YiInterpolateQuadEaseInEaseOut.h:17
An interpolator that 'eases' the beginning of the range.
Definition: YiInterpolateQuintEaseOut.h:17
Definition: YiInterpolateCircularEaseOut.h:23
static CYIInterpolateQuadEaseOut QuadEaseOut
Definition: YiTimeInterpolators.h:42
An interpolator that 'eases' the beginning of the range.
Definition: YiInterpolateQuadEaseIn.h:17
static CYIInterpolateLinear Linear
Definition: YiTimeInterpolators.h:39
An interpolator that 'overshoots' slightly at the start of the range.
Definition: YiInterpolateBackEaseIn.h:15
Definition: YiInterpolateCircularEaseInEaseOut.h:29
A class used to hold static instances of time interpolators. All provided interpolators are state-les...
Definition: YiTimeInterpolators.h:36
An interpolator that 'reverses' the provided range.
Definition: YiInterpolateInvert.h:17
static CYIInterpolateQuintEaseOut QuintEaseOut
Definition: YiTimeInterpolators.h:44
An interpolator that 'bounces' at the end of the range.
Definition: YiInterpolateBounceEaseOut.h:17
static CYIInterpolateCircularEaseInEaseOut CircularEaseInEaseOut
Definition: YiTimeInterpolators.h:51
An interpolator that 'eases' the beginning and end of the range using a Sigmoid function.
Definition: YiInterpolateSigmoid.h:17
An interpolator that applies an 'elastic' effect at the end of the range.
Definition: YiInterpolateElasticEaseOut.h:17
An interpolator that 'eases' the end of the range.
Definition: YiInterpolateQuadEaseOut.h:17