DGtal
0.6.devel
|
#include <Display3D.h>
Data Fields | |
double | a |
double | b |
double | c |
double | d |
Used to define clipping planes (it uses the quadD3D structure)
Definition at line 130 of file Display3D.h.
double DGtal::Display3D::clippingPlaneD3D::a |
Definition at line 131 of file Display3D.h.
Referenced by DGtal::Display3D::addClippingPlane(), and DGtal::Viewer3D::draw().
double DGtal::Display3D::clippingPlaneD3D::b |
Definition at line 131 of file Display3D.h.
Referenced by DGtal::Display3D::addClippingPlane(), and DGtal::Viewer3D::draw().
double DGtal::Display3D::clippingPlaneD3D::c |
Definition at line 131 of file Display3D.h.
Referenced by DGtal::Display3D::addClippingPlane(), and DGtal::Viewer3D::draw().
double DGtal::Display3D::clippingPlaneD3D::d |
Definition at line 131 of file Display3D.h.
Referenced by DGtal::Display3D::addClippingPlane(), and DGtal::Viewer3D::draw().