Ravelin
MovingTransform3f.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 _MOVING_TRANSFORM3F_H
8 #define _MOVING_TRANSFORM3F_H
9 
10 #include <boost/enable_shared_from_this.hpp>
11 #include <boost/shared_ptr.hpp>
12 #include <Ravelin/FrameException.h>
13 #include <Ravelin/Vector3f.h>
14 #include <Ravelin/Matrix3f.h>
15 #include <Ravelin/Origin3f.h>
16 #include <Ravelin/Quatf.h>
17 #include <Ravelin/SVelocityf.h>
18 #include <Ravelin/SAccelf.h>
19 
20 namespace Ravelin {
21 
22 #include "fdefs.h"
23 #include "MovingTransform3.h"
24 #include "undefs.h"
25 
26 } // end namespace
27 
28 #endif
29