31 #include "DGtal/io/boards/Board3DTo2D.h" 32 #include "DGtal/io/DrawWithDisplay3DModifier.h" 33 #include "DGtal/base/Common.h" 34 #include "DGtal/kernel/SpaceND.h" 35 #include "DGtal/helpers/StdDefs.h" 36 #include "DGtal/kernel/domains/HyperRectDomain.h" 41 using namespace DGtal;
51 MyPoint p1( 0, 0, 0 );
52 MyPoint p2( 5, 5 ,5 );
53 MyPoint p3( 2, 3, 4 );
59 board << p1 << p2 << p3;
CameraUpVector class to set camera up-vector.
const Domain domain(Point(1, 2), Point(6, 5))
Class for PDF, PNG, PS, EPS, SVG export drawings with Cairo with 3D->2D projection.
Aim: SpaceND is a utility class that defines the fundamental structure of a Digital Space in ND...
void saveCairo(const char *filename, CairoType type, int bWidth, int bHeight)
Aim: Parallelepidec region of a digital space, model of a 'CDomain'.
CameraDirection class to set camera direction.
CameraPosition class to set camera position.
int main(int argc, char **argv)
DGtal is the top-level namespace which contains all DGtal functions and types.
std::string className() const
Modifier class in a Display3D stream. Useful to choose your own mode for a given class. Realizes the concept CDrawableWithDisplay3D.