aboutsummaryrefslogtreecommitdiffstats
path: root/librifunktionsteckensnittsglyfrasteriseringsprogrambiblioteket.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-02-05 09:31:10 +0100
committerMattias Andrée <maandree@kth.se>2023-02-05 09:31:10 +0100
commitbd0bed7feb76a87148fb62e4c3cd19c862a2b01f (patch)
tree52e6c7ddd5ee037cd157e5029494ea4200c08ee4 /librifunktionsteckensnittsglyfrasteriseringsprogrambiblioteket.h
parentFirst commit (diff)
downloadlibrifunktionsteckensnittsglyfrasteriseringsprogrambiblioteket-bd0bed7feb76a87148fb62e4c3cd19c862a2b01f.tar.gz
librifunktionsteckensnittsglyfrasteriseringsprogrambiblioteket-bd0bed7feb76a87148fb62e4c3cd19c862a2b01f.tar.bz2
librifunktionsteckensnittsglyfrasteriseringsprogrambiblioteket-bd0bed7feb76a87148fb62e4c3cd19c862a2b01f.tar.xz
Add rtgrpblib_draw_circular_arc
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'librifunktionsteckensnittsglyfrasteriseringsprogrambiblioteket.h')
-rw-r--r--librifunktionsteckensnittsglyfrasteriseringsprogrambiblioteket.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/librifunktionsteckensnittsglyfrasteriseringsprogrambiblioteket.h b/librifunktionsteckensnittsglyfrasteriseringsprogrambiblioteket.h
index 0fceece..fffeae7 100644
--- a/librifunktionsteckensnittsglyfrasteriseringsprogrambiblioteket.h
+++ b/librifunktionsteckensnittsglyfrasteriseringsprogrambiblioteket.h
@@ -30,4 +30,11 @@ void rtgrpblib_draw_cubic_bezier(RTGRPBLIB_RASTER *restrict raster,
double x3, double y3,
double x4, double y4);
+void rtgrpblib_draw_circular_arc(RTGRPBLIB_RASTER *restrict raster,
+ double x0, double y0,
+ double semiwidth, double semiheight,
+ double start, double end);
+
+/* TODO add support for outlining */
+
#endif