summaryrefslogtreecommitdiff
path: root/manuals/chickadee/Quaternions.html
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2021-04-13 11:30:50 -0400
committerDavid Thompson <dthompson2@worcester.edu>2021-04-13 11:30:50 -0400
commitce9d6e8ad28b2d84d1a292a871c23b66a4654b54 (patch)
treeade44e7bb7b891c9ae0ceba18633ef4b2a911a7c /manuals/chickadee/Quaternions.html
parent2a30eb2a2d5472be3df1254d5d4d04310314e628 (diff)
Add new guile-sdl2 and chickadee releases.
Diffstat (limited to 'manuals/chickadee/Quaternions.html')
-rw-r--r--manuals/chickadee/Quaternions.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/manuals/chickadee/Quaternions.html b/manuals/chickadee/Quaternions.html
index ba11fb5..aaf3187 100644
--- a/manuals/chickadee/Quaternions.html
+++ b/manuals/chickadee/Quaternions.html
@@ -85,7 +85,7 @@ ul.no-bullet {list-style: none}
Next: <a href="Easings.html" accesskey="n" rel="next">Easings</a>, Previous: <a href="Matrices.html" accesskey="p" rel="prev">Matrices</a>, Up: <a href="Math.html" accesskey="u" rel="up">Math</a> &nbsp; [<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="Quaternions-1"></span><h4 class="subsection">2.2.6 Quaternions</h4>
+<span id="Quaternions-1"></span><h4 class="subsection">2.2.5 Quaternions</h4>
<p>In game development, the quaternion is most often used to represent
rotations. Why not use a matrix for that, you may ask. Unlike