An interpolator where the rate of change starts and ends slowly, accelerating in the middle. More...
#include <SInterpolatorImpl.h>
Public Member Functions | |
float | getInterpolation (float input) SCONST OVERRIDE |
Gets the interpolated value for the given input. | |
An interpolator where the rate of change starts and ends slowly, accelerating in the middle.
Definition at line 99 of file SInterpolatorImpl.h.
float SAccelerateDecelerateInterpolator::getInterpolation | ( | float | input | ) |
Gets the interpolated value for the given input.
input | The input value between 0 and 1. |
Definition at line 60 of file SInterpolatorImpl.cpp.