2 #ifndef BACKPROJECT_EXTERNALORIENTATION_H 3 #define BACKPROJECT_EXTERNALORIENTATION_H 53 #endif //BACKPROJECT_EXTERNALORIENTATION_H const vector & get_rotation() const
Returns the rotation.
Definition: ExteriorOrientation.cpp:6
void set_rotation(const vector &rotation)
sets the rotation
Definition: ExteriorOrientation.cpp:12
matrix get_transformation()
Returns the rotation-matrix that is constructed by processing the rotation all three axes...
Definition: ExteriorOrientation.cpp:37
void set_translation(const vector &translation)
sets the translation
Definition: ExteriorOrientation.cpp:28
Represents the External Orientation of an image.
Definition: ExteriorOrientation.h:13
const vector & get_translation() const
returns the translation
Definition: ExteriorOrientation.cpp:22