#include <GraphicsInterface.hpp>

Public Member Functions | |
| translate (const ublas::fixed_vector< float_t, 2 > &translation) | |
| Passing this command to a graphics stream moves the current coordinate system by offset. | |
| const ublas::fixed_vector < float_t, 2 > & | translation () const |
| void | translation (const ublas::fixed_vector< float_t, 2 > &translation) |
Friends | |
| class | GraphicsInterface |
| const ublas::fixed_vector<float_t, 2>& imaging::GraphicsInterface::translate::translation | ( | ) | const [inline] |
Returns the translation.
Referenced by imaging::OpenGlViewer::operator<<().
| void imaging::GraphicsInterface::translate::translation | ( | const ublas::fixed_vector< float_t, 2 > & | translation | ) | [inline] |
Sets the translation.
1.5.5