This interpolator behaves like CYIInterpolateCircularEaseIn between 0 and 0.5 and like CYIInterpolateCircularEaseOut between 0.5 and 1.0.
| , - ~
| , '
| ,
| ,
| ,
| ,
| ,
| ,
| ,
| , '
|___,__'_______________________
#include <animation/YiInterpolateCircularEaseInEaseOut.h>
◆ ~CYIInterpolateCircularEaseInEaseOut()
virtual CYIInterpolateCircularEaseInEaseOut::~CYIInterpolateCircularEaseInEaseOut |
( |
| ) |
|
|
virtual |
◆ Interpolate()
virtual float CYIInterpolateCircularEaseInEaseOut::Interpolate |
( |
float |
timePercentage | ) |
|
|
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.
The documentation for this class was generated from the following file: