lerp

Undocumented in source. Be warned that the author may not have intended to support it.
  1. real lerp(real value, real[2] input, real[2] output)
  2. real lerp(real start, real stop, real amt)
    pure nothrow @safe
    real
    lerp
    (
    real start
    ,
    real stop
    ,
    real amt
    )

Meta