An interpolator that 'overshoots' slightly at the end of the range, before settling on the end value.
#include <animation/YiInterpolateBackEaseOut.h>
Public Member Functions | |
virtual | ~CYIInterpolateBackEaseOut () |
virtual float | Interpolate (float timePercentage) override |
![]() | |
virtual | ~CYITimeInterpolator () |
virtual void | Reset () |
|
virtual |
|
overridevirtual |
Remaps the value timePercentage onto a new range and returns the remapped value. The range used to remap onto is dependent on the specific type of interpolator used.
Implements CYITimeInterpolator.