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)
    pure nothrow @safe
    real
    lerp
    (
    real value
    ,
    real[2] input
    ,
    real[2] output
    )
  2. real lerp(real start, real stop, real amt)

Meta