diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-05-20 16:53:25 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-05-20 16:53:25 +0200 |
| commit | 322c1a49f59d3fc6441804bbbb29da22567e4bcb (patch) | |
| tree | 1806d82a7f5cecdf4c256da86454ddf2530305cd /inc/mandel.h | |
| parent | 5d6b59778a7346317ddfc549c350c0960a7a54a7 (diff) | |
| download | mandelbrot-322c1a49f59d3fc6441804bbbb29da22567e4bcb.tar.gz mandelbrot-322c1a49f59d3fc6441804bbbb29da22567e4bcb.tar.bz2 mandelbrot-322c1a49f59d3fc6441804bbbb29da22567e4bcb.zip | |
Correct resize, linear iterpolation draft
Diffstat (limited to 'inc/mandel.h')
| -rw-r--r-- | inc/mandel.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/inc/mandel.h b/inc/mandel.h index 0383a39..a2af137 100644 --- a/inc/mandel.h +++ b/inc/mandel.h @@ -58,6 +58,12 @@ typedef struct typedef struct { + float position; + Color color; +} ControlPoint; + +typedef struct +{ unsigned int id; struct { |
