Ravelin
Origin3f.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 _ORIGIN3F_H
8 #define _ORIGIN3F_H
9 
10 #include <limits>
11 #include <cmath>
12 #include <iostream>
13 #include <boost/enable_shared_from_this.hpp>
14 #include <boost/shared_ptr.hpp>
15 #include <Ravelin/ColumnIteratorf.h>
16 #include <Ravelin/RowIteratorf.h>
17 
18 namespace Ravelin {
19 
20 #include "fdefs.h"
21 #include "Origin3.h"
22 #include "undefs.h"
23 
24 } // end namespace
25 
26 #endif
27