Bilinear interpolation: Difference between revisions

Content added Content deleted
Line 657: Line 657:


=={{header|Phix}}==
=={{header|Phix}}==
{{libheader|pGUI}}
Gui app with slider for between 2 and 200% scaling. Various bits of this code scavenged from C#/Go/Kotlin/Wikipedia.
Gui app with slider for between 2 and 200% scaling. Various bits of this code scavenged from C#/Go/Kotlin/Wikipedia.
<lang Phix>-- demo\rosetta\Bilinear_interpolation.exw
<lang Phix>-- demo\rosetta\Bilinear_interpolation.exw