DGtal 2.1.0
Loading...
Searching...
No Matches
DGtal::ClippingPlane Struct Reference

Clipping plane. More...

#include <DGtal/io/Display3D.h>

Public Member Functions

 ClippingPlane (double _a, double _b, double _c, double _d)
 

Data Fields

double a
 
double b
 
double c
 
double d
 
DisplayStyle style
 

Detailed Description

Constructor & Destructor Documentation

◆ ClippingPlane()

DGtal::ClippingPlane::ClippingPlane ( double  _a,
double  _b,
double  _c,
double  _d 
)
inline

Definition at line 300 of file Display3D.h.

300 :
301 a(_a), b(_b), c(_c), d(_d)
302 { }

Field Documentation

◆ a

double DGtal::ClippingPlane::a

Definition at line 304 of file Display3D.h.

◆ b

double DGtal::ClippingPlane::b

Definition at line 304 of file Display3D.h.

◆ c

double DGtal::ClippingPlane::c

Definition at line 304 of file Display3D.h.

◆ d

double DGtal::ClippingPlane::d

Definition at line 305 of file Display3D.h.

◆ style

DisplayStyle DGtal::ClippingPlane::style

Definition at line 308 of file Display3D.h.


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