diff options
author | Mattias Andrée <maandree@kth.se> | 2023-02-06 22:17:25 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-02-06 22:17:25 +0100 |
commit | fc556c57184ee17863f2549986fad8fb501e379b (patch) | |
tree | 4b39dd96d8ffeb9b684e20d176eafd053d0336e8 /rtgrpblib_draw_cubic_bezier.c | |
parent | draw_linear_bezier_reference: check for random lines (diff) | |
download | librifunktionsteckensnittsglyfrasteriseringsprogrambiblioteket-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 '')
-rw-r--r-- | rtgrpblib_draw_cubic_bezier.c | 2 |
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) = |