UGDK  0.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
math.h
Go to the documentation of this file.
1 #ifndef UGDK_MATH_H_
2 #define UGDK_MATH_H_
3 
4 namespace ugdk {
5 namespace math {
6 class Integer2D;
7 }
8 class Frame;
9 class Vector2D;
10 
11 } // namespace ugdk
12 
13 #endif