Ravelin
Origin2d.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 _ORIGIN2D_H
8 #define _ORIGIN2D_H
9 
10 #include <cmath>
11 #include <iostream>
12 #include <boost/enable_shared_from_this.hpp>
13 #include <boost/shared_ptr.hpp>
14 #include <Ravelin/ColumnIteratord.h>
15 
16 namespace Ravelin {
17 
18 #include "ddefs.h"
19 #include "Origin2.h"
20 #include "undefs.h"
21 
22 } // end namespace
23 
24 #endif
25