Ravelin
Rot2d.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 _RAVELIN_ROT2D_H
8 #define _RAVELIN_ROT2D_H
9 
10 #include <Ravelin/Vector2d.h>
11 #include <Ravelin/Origin2d.h>
12 
13 namespace Ravelin {
14 
15 #include "ddefs.h"
16 #include "Rot2.h"
17 #include "undefs.h"
18 
19 } // end namespace
20 
21 #endif
22