From 322c1a49f59d3fc6441804bbbb29da22567e4bcb Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 20 May 2020 16:53:25 +0200 Subject: Correct resize, linear iterpolation draft --- inc/mandel.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'inc/mandel.h') diff --git a/inc/mandel.h b/inc/mandel.h index 0383a39..a2af137 100644 --- a/inc/mandel.h +++ b/inc/mandel.h @@ -56,6 +56,12 @@ typedef struct double y; } Point; +typedef struct +{ + float position; + Color color; +} ControlPoint; + typedef struct { unsigned int id; -- cgit