GAMS  1.2.2
Orientation.h
Go to the documentation of this file.
1 
54 #ifndef _GAMS_UTILITY_ORIENTATION_H_
55 #define _GAMS_UTILITY_ORIENTATION_H_
56 
57 #include "gams/pose/Orientation.h"
60 #include "gams/utility/Euler.h"
62 
63 namespace gams
64 {
65  namespace utility
66  {
79  typedef gams::pose::AngularVector OrientationVector;
80 
95  }
96 }
97 
98 #endif // _GAMS_UTILITY_ORIENTATION_H_
gams::pose::AngularVector OrientationVector
Container for Orientation information, not bound to a frame.
Definition: Orientation.h:79
Contains all GAMS-related tools, classes and code.
gams::pose::Orientation Orientation
Represents a orientation or orientation within a reference frame.
Definition: Orientation.h:94