Go to file
Fabien Freling e3e0d3c20a Fix first rotated tile on each row.
The first tile on each row seemed to be missing values.
This was due to the ‘continue’ statement that would prevent
src_rotated_point to be incremented properly.
2014-07-04 00:34:06 +02:00
img Add Lena 64x64 PPM. 2014-06-28 18:24:10 +02:00
.gitignore Ignore PNG files. 2014-06-26 21:30:13 +02:00
Makefile Interpolate using SSE instructions. 2014-06-29 17:17:19 +02:00
TODO.md Fix first rotated tile on each row. 2014-07-04 00:34:06 +02:00
rotation.cpp Fix first rotated tile on each row. 2014-07-04 00:34:06 +02:00