DGtal
1.5.beta
|
CameraPosition class to set camera position. More...
#include <DGtal/io/boards/DrawWithBoard3DTo2DModifier.h>
Public Member Functions | |
CameraPosition (const double x, const double y, const double z) | |
CameraPosition (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 | eyex |
double | eyey |
double | eyez |
CameraPosition class to set camera position.
Definition at line 70 of file DrawWithBoard3DTo2DModifier.h.
|
inline |
Constructor.
x | x position. |
y | y position. |
z | z position. |
Definition at line 79 of file DrawWithBoard3DTo2DModifier.h.
|
inline |
Constructor.
x | x position. |
y | y position. |
z | z position. |
Definition at line 79 of file DrawWithViewer3DModifier.h.
double DGtal::CameraPosition::eyex |
Definition at line 83 of file DrawWithBoard3DTo2DModifier.h.
double DGtal::CameraPosition::eyey |
Definition at line 83 of file DrawWithBoard3DTo2DModifier.h.
double DGtal::CameraPosition::eyez |
Definition at line 83 of file DrawWithBoard3DTo2DModifier.h.