Interpolate.SmoothInOut

Undocumented in source.
class Interpolate
static
auto SmoothInOut = function(float t) => t * t * (3 - 2 * t);

Meta