|
GAMS
1.2.2
|
Thrown when an an attempt is made to transform between frames that do not belong to the same frame tree. More...
#include <ReferenceFrame.h>
Public Member Functions | |
| unrelated_frames (ReferenceFrame from_frame, ReferenceFrame to_frame) | |
| The only Constructor. More... | |
| ~unrelated_frames () throw () | |
Public Attributes | |
| ReferenceFrame | from_frame |
| ReferenceFrame | to_frame |
Thrown when an an attempt is made to transform between frames that do not belong to the same frame tree.
Definition at line 1111 of file ReferenceFrame.h.
| gams::pose::unrelated_frames::unrelated_frames | ( | ReferenceFrame | from_frame, |
| ReferenceFrame | to_frame | ||
| ) |
The only Constructor.
| from_frame | the frame the coordinate belongs to |
| to_frame | the frame the coordinate is being transformed to |
| gams::pose::unrelated_frames::~unrelated_frames | ( | ) | ||
| throw | ( | |||
| ) | ||||
| ReferenceFrame gams::pose::unrelated_frames::from_frame |
Definition at line 1123 of file ReferenceFrame.h.
| ReferenceFrame gams::pose::unrelated_frames::to_frame |
Definition at line 1124 of file ReferenceFrame.h.