From 9224412274e1e1a31a959083bb257a7d6ab2b113 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 19 Aug 2016 20:40:12 -0400 Subject: Add Sly manual. --- manuals/sly/Math.html | 101 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 manuals/sly/Math.html (limited to 'manuals/sly/Math.html') diff --git a/manuals/sly/Math.html b/manuals/sly/Math.html new file mode 100644 index 0000000..989d205 --- /dev/null +++ b/manuals/sly/Math.html @@ -0,0 +1,101 @@ + + + + + +Sly: Math + + + + + + + + + + + + + + + + + + + + +
+

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

+
+
+ +

4.2 Math

+ +

Modeling a virtual world requires a good dose of linear algebra, +trigonometry, and calculus. Sly comes with modules for 2D/3D/4D +vector math, trigonometry, axis-aligned bounding boxes, quaternions, +4x4 transformation matrices, and interpolation. +

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