|
DGtal 1.4.0
|
#include <DGtal/io/Display3D.h>
Data Fields | |
| RealPoint | point1 |
| RealPoint | point2 |
| RealPoint | point3 |
| double | nx |
| double | ny |
| double | nz |
Data Fields inherited from DGtal::Display3D< Space, KSpace >::CommonD3D | |
| DGtal::Color | color |
| Color used for displaying the graphical structure. | |
| DGtal::int32_t | name |
| The "OpenGL name" associated with the graphical structure, used for selecting it (-1 is none). | |
Additional Inherited Members | |
Protected Member Functions inherited from DGtal::Display3D< Space, KSpace >::CommonD3D | |
| ~CommonD3D ()=default | |
| Protected destructor to disallow polymorphism. | |
The graphical structure that represents a triangle in the space.
Definition at line 200 of file Display3D.h.
| double DGtal::Display3D< Space, KSpace >::TriangleD3D::nx |
Definition at line 204 of file Display3D.h.
| double DGtal::Display3D< Space, KSpace >::TriangleD3D::ny |
Definition at line 204 of file Display3D.h.
| double DGtal::Display3D< Space, KSpace >::TriangleD3D::nz |
Definition at line 204 of file Display3D.h.
| RealPoint DGtal::Display3D< Space, KSpace >::TriangleD3D::point1 |
Definition at line 201 of file Display3D.h.
Referenced by DGtal::Viewer3D< TSpace, TKSpace >::CompFarthestTriangleFromCamera::operator()().
| RealPoint DGtal::Display3D< Space, KSpace >::TriangleD3D::point2 |
Definition at line 202 of file Display3D.h.
Referenced by DGtal::Viewer3D< TSpace, TKSpace >::CompFarthestTriangleFromCamera::operator()().
| RealPoint DGtal::Display3D< Space, KSpace >::TriangleD3D::point3 |
Definition at line 203 of file Display3D.h.
Referenced by DGtal::Viewer3D< TSpace, TKSpace >::CompFarthestTriangleFromCamera::operator()().