An interpolator that 'bounces' at the end of the range.
This interpolator simulates an object falling and 'bouncing' a few times.
#include <animation/YiInterpolateBounceEaseOut.h>
Public Member Functions | |
virtual | ~CYIInterpolateBounceEaseOut () |
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.