An interpolator where the change bounces at the end. 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 change bounces at the end.
Definition at line 212 of file SInterpolatorImpl.h.
float SBounceInterpolator::getInterpolation | ( | float | input | ) |
Gets the interpolated value for the given input.
input | The input value between 0 and 1. |
Definition at line 112 of file SInterpolatorImpl.cpp.