From 7fe48853acbd376cdd9c701d6d37acc2784d130d Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 23 Jan 2017 21:44:37 -0500 Subject: Add Chickadee manual. --- manuals/chickadee/Math.html | 94 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 manuals/chickadee/Math.html (limited to 'manuals/chickadee/Math.html') diff --git a/manuals/chickadee/Math.html b/manuals/chickadee/Math.html new file mode 100644 index 0000000..0204efc --- /dev/null +++ b/manuals/chickadee/Math.html @@ -0,0 +1,94 @@ + + + + + +The Chickadee Game Toolkit: Math + + + + + + + + + + + + + + + + + + + + +
+

+Next: , Previous: , Up: API Reference   [Contents][Index]

+
+
+ +

2.3 Math

+ +

Chickadee contains data types and procedures for performing the most +common computations in video game simulations such as linear algebra +with vectors and matrices and axis-aligned bounding box collision +detection. +

+ + + + + + + + + + + -- cgit v1.2.3