From 1f1deea662da4328bf588c0642c8a90c7b1f2144 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 24 Sep 2013 21:06:41 -0400 Subject: Rough draft of manual. --- doc/math.texi | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/math.texi (limited to 'doc/math.texi') diff --git a/doc/math.texi b/doc/math.texi new file mode 100644 index 0000000..1398eda --- /dev/null +++ b/doc/math.texi @@ -0,0 +1,17 @@ +@node Math +@chapter Math + +Games typically require a lot of linear algebra and trigonometry in +order to function. Guile-2D provides modules to perform 2D vector +math, degree to/from radian conversions, and axis-aligned bounding box +collision tests. + +@menu +* Vectors +* Rectangles +* Miscellaneous +@end menu + +@include math/vector2.texi +@include math/rect.texi +@include math/math.texi -- cgit v1.2.3