FIll new interpolated pixels.

- Take input image in argument.
- Allow set_pixel() out of bounds, noop.
This commit is contained in:
Fabien Freling 2014-06-26 23:45:02 +02:00
parent 00543d258d
commit 6a94c79ac2
2 changed files with 26 additions and 14 deletions

View file

@ -3,4 +3,6 @@
[X] Use atan2 at beginning and end of line.
Interpolation in-between values
[X] Test pixel perfect 90
[ ] Fix out-of-bounds pixel set
[ ] Optimization for square images?