GAMS  1.2.2
ReferenceFrame.h
Go to the documentation of this file.
1 
54 #ifndef _GAMS_UTILITY_REFERENCE_FRAME_H_
55 #define _GAMS_UTILITY_REFERENCE_FRAME_H_
56 
58 #include "gams/utility/Pose.h"
59 
60 namespace gams
61 {
62  namespace utility
63  {
73 
81 
96 
109  }
110 }
111 
112 #endif
gams::pose::undefined_transform undefined_transform
Thrown when an attempt is made to transform between two frame types, and there's not transform define...
gams::pose::unrelated_frames unrelated_frames
Thrown when an an attempt is made to transform between frames that do not belong to the same frame tr...
Thrown when an attempt is made to transform between two frame types, and there's not transform define...
Contains all GAMS-related tools, classes and code.
Thrown when an an attempt is made to transform between frames that do not belong to the same frame tr...
gams::pose::ReferenceFrame ReferenceFrame
Base class for Reference Frames.
Provides Reference Frame (i.e., coordinate systemm) transforms.
gams::pose::bad_coord_type bad_coord_type
Thrown when a reference frame function is called with a Coordinate type (e.g., Pose, Location, Orientation) that frame does not support.