Add check_90().

- Fix border.
This commit is contained in:
Fabien Freling 2014-06-26 21:28:34 +02:00
parent b666b1b4a6
commit c0ed5f1be0
2 changed files with 40 additions and 6 deletions

View file

@ -1,2 +1,6 @@
[ ] Quaternions
[ ] Draw rotated pixels in src order
[-] Quaternions
[X] Draw rotated pixels in src order
[X] Use atan2 at beginning and end of line.
Interpolation in-between values
[X] Test pixel perfect 90
[ ] Optimization for square images?