An interpolator where the rate of change is constant. 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 is constant.
Definition at line 16 of file SInterpolatorImpl.h.
float SLinearInterpolator::getInterpolation | ( | float | input | ) |
Gets the interpolated value for the given input.
input | The input value between 0 and 1. |
Definition at line 14 of file SInterpolatorImpl.cpp.