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;