GAMS  1.2.2
ReferenceFrame.h File Reference

Go to the source code of this file.

Namespaces

 gams
 Contains all GAMS-related tools, classes and code.
 
 gams::utility
 Provides utility functions and classes for common tasks and needs.
 

Typedefs

using gams::utility::bad_coord_type = gams::pose::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. More...
 
typedef gams::pose::ReferenceFrame gams::utility::ReferenceFrame
 Base class for Reference Frames. More...
 
typedef gams::pose::undefined_transform gams::utility::undefined_transform
 Thrown when an attempt is made to transform between two frame types, and there's not transform defined. More...
 
typedef gams::pose::unrelated_frames gams::utility::unrelated_frames
 Thrown when an an attempt is made to transform between frames that do not belong to the same frame tree. More...