summaryrefslogtreecommitdiff
path: root/doc/math.texi
blob: 6e92cc0a02e8630ecbc1988294b50c3f97c0f5e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@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