[FFmpeg-trac] #8113(documentation:new): lerp(x, y, z) documentation
FFmpeg
trac at avcodec.org
Wed Sep 4 17:04:32 EEST 2019
#8113: lerp(x,y,z) documentation
-------------------------------------+-------------------------------------
Reporter: mkoch | Type:
| enhancement
Status: new | Priority: normal
Component: | Version: git-
documentation | master
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Summary of the bug:
I think this is a better description for the lerp(x,y,z) function:
"lerp(x,y,z) returns x if z=0, y if z=1 and a linear interpolation for
0<z<1"
From the original description it's not clear that z is assumed to be in
the [0..1] range.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/8113>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list