Ravelin
Pose2d.h
1 /****************************************************************************
2  * Copyright 2013 Evan Drumwright
3  * This library is distributed under the terms of the Apache V2.0
4  * License (obtainable from http://www.apache.org/licenses/LICENSE-2.0).
5  ****************************************************************************/
6 
7 #ifndef _POSE2D_H
8 #define _POSE2D_H
9 
10 #include <boost/enable_shared_from_this.hpp>
11 #include <boost/shared_ptr.hpp>
12 #include <Ravelin/FrameException.h>
13 #include <Ravelin/Origin2d.h>
14 #include <Ravelin/Constants.h>
15 #include <Ravelin/Opsd.h>
16 #include <Ravelin/Transform2d.h>
17 #include <Ravelin/Rot2d.h>
18 
19 namespace Ravelin {
20 
21 #include "ddefs.h"
22 #include "Pose2.h"
23 #include "undefs.h"
24 
25 } // end namespace
26 
27 #endif
28