DGtal
1.5.beta
|
class to modify the position and orientation of an textured 2D image. More...
#include <DGtal/io/viewers/DrawWithViewer3DModifier.h>
Public Member Functions | |
UpdateLastImagePosition (typename Viewer3D< Space, KSpace >::ImageDirection newDir, double posXbottomLeft, double posYbottomLeft, double posZbottomLeft) | |
Public Member Functions inherited from DGtal::DrawWithViewer3DModifier | |
std::string | className () const |
Public Member Functions inherited from DGtal::DrawWithDisplay3DModifier | |
std::string | className () const |
Data Fields | |
double | myPosXBottomLeft |
double | myPosYBottomLeft |
double | myPosZBottomLeft |
Viewer3D< Space, KSpace >::ImageDirection | myNewDirection |
class to modify the position and orientation of an textured 2D image.
Definition at line 328 of file DrawWithViewer3DModifier.h.
|
inline |
Constructor given from an specific image index, a new direction (associated to the normal of the image plane), and and a new position of the bottom-left point.
newDir | give the new direction of the image normal vector. |
posXbottomLeft | the x position of the bottom left point. |
posYbottomLeft | the y position of the bottom left point. |
posZbottomLeft | the z position of the bottom left point. |
Definition at line 341 of file DrawWithViewer3DModifier.h.
Viewer3D<Space, KSpace>::ImageDirection DGtal::UpdateLastImagePosition< Space, KSpace >::myNewDirection |
Definition at line 353 of file DrawWithViewer3DModifier.h.
double DGtal::UpdateLastImagePosition< Space, KSpace >::myPosXBottomLeft |
Definition at line 350 of file DrawWithViewer3DModifier.h.
double DGtal::UpdateLastImagePosition< Space, KSpace >::myPosYBottomLeft |
Definition at line 351 of file DrawWithViewer3DModifier.h.
double DGtal::UpdateLastImagePosition< Space, KSpace >::myPosZBottomLeft |
Definition at line 352 of file DrawWithViewer3DModifier.h.