DGtal 1.4.0
Loading...
Searching...
No Matches
DGtal::CameraUpVector Struct Reference

CameraUpVector class to set camera up-vector. More...

#include <DGtal/io/boards/DrawWithBoard3DTo2DModifier.h>

Inheritance diagram for DGtal::CameraUpVector:
[legend]

Public Member Functions

 CameraUpVector (const double x, const double y, const double z)
 
 CameraUpVector (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 upx
 
double upy
 
double upz
 

Detailed Description

Constructor & Destructor Documentation

◆ CameraUpVector() [1/2]

DGtal::CameraUpVector::CameraUpVector ( const double x,
const double y,
const double z )
inline

Constructor.

Parameters
xx coordinate of up-vector.
yy coordinate of up-vector.
zz coordinate of up-vector.

Definition at line 119 of file DrawWithBoard3DTo2DModifier.h.

References upx, upy, and upz.

◆ CameraUpVector() [2/2]

DGtal::CameraUpVector::CameraUpVector ( const double x,
const double y,
const double z )
inline

Constructor.

Parameters
xx coordinate of up-vector.
yy coordinate of up-vector.
zz coordinate of up-vector.

Definition at line 119 of file DrawWithViewer3DModifier.h.

119 : upx(x), upy(y), upz(z)
120 {
121 upx=x; upy=y; upz=z;
122 }

References upx, upy, and upz.

Field Documentation

◆ upx

double DGtal::CameraUpVector::upx

Definition at line 124 of file DrawWithBoard3DTo2DModifier.h.

Referenced by CameraUpVector().

◆ upy

double DGtal::CameraUpVector::upy

Definition at line 124 of file DrawWithBoard3DTo2DModifier.h.

Referenced by CameraUpVector().

◆ upz

double DGtal::CameraUpVector::upz

Definition at line 124 of file DrawWithBoard3DTo2DModifier.h.

Referenced by CameraUpVector().


The documentation for this struct was generated from the following files: