/*-------------------------------------------------------------------- * project ....: Darpa Urban Challenge 2007 * authors ....: Team AnnieWAY * organization: Transregional Collaborative Research Center 28 / * Cognitive Automobiles * creation ...: xx/xx/2007 * revisions ..: $Id:$ ---------------------------------------------------------------------*/ #ifndef AW_GEOMETRY_H #define AW_GEOMETRY_H #include #include "aw_geometry_2d.h" #include "aw_geometry_3d.h" #endif