summaryrefslogtreecommitdiff
path: root/manuals/chickadee/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'manuals/chickadee/index.html')
-rw-r--r--manuals/chickadee/index.html65
1 files changed, 43 insertions, 22 deletions
diff --git a/manuals/chickadee/index.html b/manuals/chickadee/index.html
index b10ea67..d7e8a56 100644
--- a/manuals/chickadee/index.html
+++ b/manuals/chickadee/index.html
@@ -16,16 +16,16 @@ Foundation Web site at http://www.gnu.org/licenses/fdl.html.
The document was typeset with
http://www.texinfo.org/ (GNU Texinfo).
-->
-<!-- Created by GNU Texinfo 6.3, http://www.gnu.org/software/texinfo/ -->
+<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<head>
-<title>The Chickadee Game Toolkit: Top</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<title>Top (The Chickadee Game Toolkit)</title>
-<meta name="description" content="The Chickadee Game Toolkit: Top">
-<meta name="keywords" content="The Chickadee Game Toolkit: Top">
+<meta name="description" content="Top (The Chickadee Game Toolkit)">
+<meta name="keywords" content="Top (The Chickadee Game Toolkit)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="#Top" rel="start" title="Top">
<link href="Index.html#Index" rel="index" title="Index">
<link href="#SEC_Contents" rel="contents" title="Table of Contents">
@@ -102,27 +102,48 @@ ul.no-bullet {list-style: none}
<li><a name="toc-API-Reference-1" href="API-Reference.html#API-Reference">2 API Reference</a>
<ul class="no-bullet">
<li><a name="toc-Kernel-1" href="Kernel.html#Kernel">2.1 Kernel</a></li>
- <li><a name="toc-Input-1" href="Input.html#Input">2.2 Input</a></li>
- <li><a name="toc-Math-1" href="Math.html#Math">2.3 Math</a>
+ <li><a name="toc-Math-1" href="Math.html#Math">2.2 Math</a>
+ <ul class="no-bullet">
+ <li><a name="toc-Basics-1" href="Basics.html#Basics">2.2.1 Basics</a></li>
+ <li><a name="toc-Vectors-1" href="Vectors.html#Vectors">2.2.2 Vectors</a>
+ <ul class="no-bullet">
+ <li><a name="toc-A-Note-About-Performance" href="Vectors.html#A-Note-About-Performance">2.2.2.1 A Note About Performance</a></li>
+ <li><a name="toc-2D-Vectors" href="Vectors.html#g_t2D-Vectors">2.2.2.2 2D Vectors</a></li>
+ <li><a name="toc-3D-Vectors" href="Vectors.html#g_t3D-Vectors">2.2.2.3 3D Vectors</a></li>
+ </ul></li>
+ <li><a name="toc-Rectangles-1" href="Rectangles.html#Rectangles">2.2.3 Rectangles</a></li>
+ <li><a name="toc-Grid-1" href="Grid.html#Grid">2.2.4 Grid</a></li>
+ <li><a name="toc-Matrices-1" href="Matrices.html#Matrices">2.2.5 Matrices</a>
+ <ul class="no-bullet">
+ <li><a name="toc-Another-Note-About-Performance" href="Matrices.html#Another-Note-About-Performance">2.2.5.1 Another Note About Performance</a></li>
+ <li><a name="toc-Matrix-Operations" href="Matrices.html#Matrix-Operations">2.2.5.2 Matrix Operations</a></li>
+ </ul></li>
+ <li><a name="toc-Quaternions-1" href="Quaternions.html#Quaternions">2.2.6 Quaternions</a></li>
+ <li><a name="toc-Easings-1" href="Easings.html#Easings">2.2.7 Easings</a></li>
+ <li><a name="toc-Bezier-Curves-1" href="Bezier-Curves.html#Bezier-Curves">2.2.8 Bezier Curves</a></li>
+ <li><a name="toc-Path-Finding-1" href="Path-Finding.html#Path-Finding">2.2.9 Path Finding</a></li>
+ </ul></li>
+ <li><a name="toc-Graphics-1" href="Graphics.html#Graphics">2.3 Graphics</a>
<ul class="no-bullet">
- <li><a name="toc-Vectors-1" href="Vectors.html#Vectors">2.3.1 Vectors</a></li>
- <li><a name="toc-Matrices-1" href="Matrices.html#Matrices">2.3.2 Matrices</a></li>
- <li><a name="toc-Rectangles-1" href="Rectangles.html#Rectangles">2.3.3 Rectangles</a></li>
+ <li><a name="toc-Rendering-Engine-1" href="Rendering-Engine.html#Rendering-Engine">2.3.1 Rendering Engine</a></li>
+ <li><a name="toc-Textures-1" href="Textures.html#Textures">2.3.2 Textures</a></li>
+ <li><a name="toc-Sprites-1" href="Sprites.html#Sprites">2.3.3 Sprites</a></li>
+ <li><a name="toc-Tile-Maps-1" href="Tile-Maps.html#Tile-Maps">2.3.4 Tile Maps</a></li>
+ <li><a name="toc-Lines-and-Shapes-1" href="Lines-and-Shapes.html#Lines-and-Shapes">2.3.5 Lines and Shapes</a></li>
+ <li><a name="toc-Fonts-1" href="Fonts.html#Fonts">2.3.6 Fonts</a></li>
+ <li><a name="toc-Blending-and-Depth-Testing-1" href="Blending-and-Depth-Testing.html#Blending-and-Depth-Testing">2.3.7 Blending and Depth Testing</a></li>
+ <li><a name="toc-Vertex-Arrays-1" href="Vertex-Arrays.html#Vertex-Arrays">2.3.8 Vertex Arrays</a></li>
+ <li><a name="toc-Shaders-1" href="Shaders.html#Shaders">2.3.9 Shaders</a></li>
+ <li><a name="toc-Framebuffers-1" href="Framebuffers.html#Framebuffers">2.3.10 Framebuffers</a></li>
+ <li><a name="toc-Viewports-1" href="Viewports.html#Viewports">2.3.11 Viewports</a></li>
</ul></li>
- <li><a name="toc-Graphics-1" href="Graphics.html#Graphics">2.4 Graphics</a>
+ <li><a name="toc-Scripting-1" href="Scripting.html#Scripting">2.4 Scripting</a>
<ul class="no-bullet">
- <li><a name="toc-Rendering-Engine-1" href="Rendering-Engine.html#Rendering-Engine">2.4.1 Rendering Engine</a></li>
- <li><a name="toc-Textures-1" href="Textures.html#Textures">2.4.2 Textures</a></li>
- <li><a name="toc-Sprites-1" href="Sprites.html#Sprites">2.4.3 Sprites</a></li>
- <li><a name="toc-Lines-and-Shapes-1" href="Lines-and-Shapes.html#Lines-and-Shapes">2.4.4 Lines and Shapes</a></li>
- <li><a name="toc-Fonts-1" href="Fonts.html#Fonts">2.4.5 Fonts</a></li>
- <li><a name="toc-Blending-and-Depth-Testing-1" href="Blending-and-Depth-Testing.html#Blending-and-Depth-Testing">2.4.6 Blending and Depth Testing</a></li>
- <li><a name="toc-Vertex-Arrays-1" href="Vertex-Arrays.html#Vertex-Arrays">2.4.7 Vertex Arrays</a></li>
- <li><a name="toc-Shaders-1" href="Shaders.html#Shaders">2.4.8 Shaders</a></li>
- <li><a name="toc-Framebuffers-1" href="Framebuffers.html#Framebuffers">2.4.9 Framebuffers</a></li>
- <li><a name="toc-Viewports-1" href="Viewports.html#Viewports">2.4.10 Viewports</a></li>
+ <li><a name="toc-Agendas-1" href="Agendas.html#Agendas">2.4.1 Agendas</a></li>
+ <li><a name="toc-Scripts-1" href="Scripts.html#Scripts">2.4.2 Scripts</a></li>
+ <li><a name="toc-Tweening-1" href="Tweening.html#Tweening">2.4.3 Tweening</a></li>
+ <li><a name="toc-Channels-1" href="Channels.html#Channels">2.4.4 Channels</a></li>
</ul></li>
- <li><a name="toc-Audio-1" href="Audio.html#Audio">2.5 Audio</a></li>
</ul></li>
<li><a name="toc-Copying-This-Manual-1" href="Copying-This-Manual.html#Copying-This-Manual">Appendix A Copying This Manual</a>
<ul class="no-bullet">