nothing important

This commit is contained in:
2019-12-31 12:02:37 +01:00
parent feb39d05fe
commit fdf5cc9462
2 changed files with 10 additions and 3 deletions

View File

@@ -32,8 +32,8 @@ for (y=1; y<fimg->height; y++) {
fx = (float)x / (float)fimg->width;
fimg_plot_rgb(fimg, x, y,
M*(cos(fx*K)+1.2),
M*(cos(fy*K)+1.2),
M*(cos(fx*fy)+1.2));
M*(sin(fy*K)+1.4),
M*(cos(fx*fy)+1.6));
}
}
return 0;