Definition at line 865 of file funky.cpp.
865 {
866 for (
int y =
y2;
y < y3 + 1;
y++) {
867 for (
int x =
x2;
x < x3 + 1;
x++) {
869 y0 + ((
y * (y1 - y0)) / (y3 - y1)))];
870 }
871 }
872}
References leds, x, x2, XY(), y, and y2.
Referenced by CopyTest2().