An interpolator that applies an 'elastic' effect at the end of the range.
This interpolator simulates an object's position being affected by an elastic band.
#include <animation/YiInterpolateElasticEaseOut.h>
Public Member Functions | |
virtual | ~CYIInterpolateElasticEaseOut () |
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.