aboutsummaryrefslogtreecommitdiffstats
path: root/rtgrpblib_draw_cubic_bezier.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-02-06 22:17:25 +0100
committerMattias Andrée <maandree@kth.se>2023-02-06 22:17:25 +0100
commitfc556c57184ee17863f2549986fad8fb501e379b (patch)
tree4b39dd96d8ffeb9b684e20d176eafd053d0336e8 /rtgrpblib_draw_cubic_bezier.c
parentdraw_linear_bezier_reference: check for random lines (diff)
downloadlibrifunktionsteckensnittsglyfrasteriseringsprogrambiblioteket-fc556c57184ee17863f2549986fad8fb501e379b.tar.gz
librifunktionsteckensnittsglyfrasteriseringsprogrambiblioteket-fc556c57184ee17863f2549986fad8fb501e379b.tar.bz2
librifunktionsteckensnittsglyfrasteriseringsprogrambiblioteket-fc556c57184ee17863f2549986fad8fb501e379b.tar.xz
Fix spelling
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'rtgrpblib_draw_cubic_bezier.c')
-rw-r--r--rtgrpblib_draw_cubic_bezier.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtgrpblib_draw_cubic_bezier.c b/rtgrpblib_draw_cubic_bezier.c
index 733e750..8e56474 100644
--- a/rtgrpblib_draw_cubic_bezier.c
+++ b/rtgrpblib_draw_cubic_bezier.c
@@ -109,7 +109,7 @@ rtgrpblib_draw_cubic_bezier(RASTER *restrict raster, double x1, double y1, doubl
size_t i;
#ifdef TODO /* untested */
- /* Can we downgrade the curve to a quadratic bézier curve?
+ /* Can we downgrade the curve to a quadratic Bézier curve?
*
* B(t) = (1-t)²Q₁ + 2(1-t)tQ₂ + t²Q₃
* B(t) = (1-t)B(t) + tB(t) =