vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gm.h
Go to the documentation of this file.
1 // gm.h - library header
2 //
3 // libgm++: Graphics Math Library
4 // Ferdi Scheepers and Stephen F May
5 // 15 June 1994
6 // ----------------------------------
7 // modified: October 2002
8 // Pavel Kolcarek, kolcarek@fi.muni.cz
9 //
10 
11 #ifndef GM_H
12 #define GM_H
13 
14 #include <gm_bool.h>
15 #include <gm_const.h>
16 #include <gm_utils.h>
17 #include <gm_vec2.h>
18 #include <gm_vec3.h>
19 #include <gm_vec4.h>
20 #include <gm_mat3.h>
21 #include <gm_mat4.h>
22 
23 #endif
24 
25