UGDK  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
geometry.h
Go to the documentation of this file.
1 #ifndef PYRAMIDWORKS_GEOMETRY_H_
2 #define PYRAMIDWORKS_GEOMETRY_H_
3 
4 namespace pyramidworks {
5 namespace geometry {
6 
7 class GeometricShape;
8 class Circle;
9 class ConvexPolygon;
10 class Rect;
11 
12 } // namespace collision
13 } // namespace pyramidworks
14 
15 #endif /* PYRAMIDWORKS_GEOMETRY_H_ */
Definition: collisionclass.h:13