|
DGtal 1.4.2
|
CameraDirection class to set camera direction. More...
#include <DGtal/io/boards/DrawWithBoard3DTo2DModifier.h>
Public Member Functions | |
| CameraDirection (const double x, const double y, const double z) | |
| CameraDirection (const double x, const double y, const double z) | |
Public Member Functions inherited from DGtal::DrawWithBoard3DTo2DModifier | |
| std::string | className () const |
Public Member Functions inherited from DGtal::DrawableWithDisplay3D | |
| template<typename Sp , typename KSp > | |
| void | setStyle (Display3D< Sp, KSp > &) const |
| virtual | ~DrawableWithDisplay3D () |
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 | dirx |
| double | diry |
| double | dirz |
CameraDirection class to set camera direction.
Definition at line 90 of file DrawWithViewer3DModifier.h.
|
inline |
Constructor.
| x | x direction. |
| y | y direction. |
| z | z direction. |
Definition at line 99 of file DrawWithBoard3DTo2DModifier.h.
|
inline |
Constructor.
| x | x direction. |
| y | y direction. |
| z | z direction. |
Definition at line 99 of file DrawWithViewer3DModifier.h.
| double DGtal::CameraDirection::dirx |
Definition at line 103 of file DrawWithBoard3DTo2DModifier.h.
| double DGtal::CameraDirection::diry |
Definition at line 103 of file DrawWithBoard3DTo2DModifier.h.
| double DGtal::CameraDirection::dirz |
Definition at line 103 of file DrawWithBoard3DTo2DModifier.h.