DGtal
0.6.devel
|
#include <Display3D.h>
Data Fields | |
vector< pointD3D > | vectPoints |
double | nx |
double | ny |
double | nz |
unsigned int | R |
unsigned int | G |
unsigned int | B |
unsigned int | T |
This structure is used to display polygonal faces.
Definition at line 208 of file Display3D.h.
unsigned int DGtal::Display3D::polygonD3D::B |
Definition at line 211 of file Display3D.h.
Referenced by DGtal::Display3D::addPolygon().
unsigned int DGtal::Display3D::polygonD3D::G |
Definition at line 211 of file Display3D.h.
Referenced by DGtal::Display3D::addPolygon().
double DGtal::Display3D::polygonD3D::nx |
Definition at line 210 of file Display3D.h.
Referenced by DGtal::Display3D::addPolygon().
double DGtal::Display3D::polygonD3D::ny |
Definition at line 210 of file Display3D.h.
Referenced by DGtal::Display3D::addPolygon().
double DGtal::Display3D::polygonD3D::nz |
Definition at line 210 of file Display3D.h.
Referenced by DGtal::Display3D::addPolygon().
unsigned int DGtal::Display3D::polygonD3D::R |
Definition at line 211 of file Display3D.h.
Referenced by DGtal::Display3D::addPolygon().
unsigned int DGtal::Display3D::polygonD3D::T |
Definition at line 211 of file Display3D.h.
Referenced by DGtal::Display3D::addPolygon().
vector<pointD3D> DGtal::Display3D::polygonD3D::vectPoints |
Definition at line 209 of file Display3D.h.
Referenced by DGtal::Display3D::addPolygon(), and DGtal::Viewer3D::compFarthestPolygonFromCamera::operator()().