diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-04-13 11:30:50 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-04-13 11:30:50 -0400 |
commit | ce9d6e8ad28b2d84d1a292a871c23b66a4654b54 (patch) | |
tree | ade44e7bb7b891c9ae0ceba18633ef4b2a911a7c /manuals/chickadee/Bezier-Curves.html | |
parent | 2a30eb2a2d5472be3df1254d5d4d04310314e628 (diff) |
Add new guile-sdl2 and chickadee releases.
Diffstat (limited to 'manuals/chickadee/Bezier-Curves.html')
-rw-r--r-- | manuals/chickadee/Bezier-Curves.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manuals/chickadee/Bezier-Curves.html b/manuals/chickadee/Bezier-Curves.html index b424dac..cb413cf 100644 --- a/manuals/chickadee/Bezier-Curves.html +++ b/manuals/chickadee/Bezier-Curves.html @@ -85,7 +85,7 @@ ul.no-bullet {list-style: none} Next: <a href="Path-Finding.html" accesskey="n" rel="next">Path Finding</a>, Previous: <a href="Easings.html" accesskey="p" rel="prev">Easings</a>, Up: <a href="Math.html" accesskey="u" rel="up">Math</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Index.html" title="Index" rel="index">Index</a>]</p> </div> <hr> -<span id="Bezier-Curves-1"></span><h4 class="subsection">2.2.8 Bezier Curves</h4> +<span id="Bezier-Curves-1"></span><h4 class="subsection">2.2.7 Bezier Curves</h4> <p>The <code>(chickadee math bezier)</code> module provides an API for describing cubic Bezier curves in 2D space. These curves are notably |