diff options
Diffstat (limited to 'librifunktionsteckensnittsglyfrasteriseringsprogrambiblioteket.h')
-rw-r--r-- | librifunktionsteckensnittsglyfrasteriseringsprogrambiblioteket.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/librifunktionsteckensnittsglyfrasteriseringsprogrambiblioteket.h b/librifunktionsteckensnittsglyfrasteriseringsprogrambiblioteket.h index 87bdd70..dd75db3 100644 --- a/librifunktionsteckensnittsglyfrasteriseringsprogrambiblioteket.h +++ b/librifunktionsteckensnittsglyfrasteriseringsprogrambiblioteket.h @@ -100,7 +100,7 @@ void rtgrpblib_draw_linear_bezier(RTGRPBLIB_RASTER *restrict raster, double x2, double y2); /** - * Draw a quadratic bézier curve + * Draw a quadratic Bézier curve * * @param raster The drawing buffer * @param x1, y1 The starting point @@ -113,7 +113,7 @@ void rtgrpblib_draw_quadratic_bezier(RTGRPBLIB_RASTER *restrict raster, double x3, double y3); /** - * Draw a cubic bézier curve + * Draw a cubic Bézier curve * * @param raster The drawing buffer * @param x1, y1 The starting point @@ -128,7 +128,7 @@ void rtgrpblib_draw_cubic_bezier(RTGRPBLIB_RASTER *restrict raster, /* needed fo double x4, double y4); /** - * Draw a cricular arc + * Draw a circular arc * * @param raster The drawing buffer * @param x0, y0 The midpoint of the ellipse |