summaryrefslogtreecommitdiff
path: root/doc/math.texi
blob: 1398eda902ac297ed6e320be79c2a06531e306bd (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. 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