Opened 5 years ago
Closed 4 years ago
#8113 closed defect (wontfix)
lerp(x,y,z) documentation
Reported by: | Michael Koch | Owned by: | |
---|---|---|---|
Priority: | minor | Component: | documentation |
Version: | git-master | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
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.
Change History (2)
comment:1 by , 5 years ago
Priority: | normal → minor |
---|---|
Type: | enhancement → defect |
comment:2 by , 4 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Please send your patch - made with
git format-patch
- to the FFmpeg development mailing list.