Applies a linear interpolation function to the input value t. Returns the input value unchanged.
t
double linear(double t) { return t; }