Opened 5 years ago

Closed 3 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 Carl Eugen Hoyos, 5 years ago

Priority: normalminor
Type: enhancementdefect

Please send your patch - made with git format-patch - to the FFmpeg development mailing list.

Last edited 5 years ago by Carl Eugen Hoyos (previous) (diff)

comment:2 by Elon Musk, 3 years ago

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.