summaryrefslogtreecommitdiff
path: root/doc/math.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/math.texi')
-rw-r--r--doc/math.texi17
1 files changed, 0 insertions, 17 deletions
diff --git a/doc/math.texi b/doc/math.texi
deleted file mode 100644
index 6e92cc0..0000000
--- a/doc/math.texi
+++ /dev/null
@@ -1,17 +0,0 @@
-@node Math
-@chapter Math
-
-Games typically require a lot of linear algebra and trigonometry in
-order to function. Sly 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