40 #include "DGtal/io/boards/Board3DTo2D.h"
41 #include "DGtal/base/Common.h"
42 #include "DGtal/helpers/StdDefs.h"
43 #include "DGtal/shapes/Shapes.h"
48 using namespace DGtal;
59 Point p1( -1, -1, -2 );
71 board << p1 << p2 << p3 << p4 << p5 << p6 << p0;
Class for PDF, PNG, PS, EPS, SVG export drawings with Cairo with 3D->2D projection.
void saveCairo(const char *filename, CairoType type, int bWidth, int bHeight)
DGtal is the top-level namespace which contains all DGtal functions and types.
CameraDirection class to set camera direction.
CameraPosition class to set camera position.
CameraUpVector class to set camera up-vector.
int main(int argc, char **argv)