openscad/src/Polygon2d-CGAL.h

10 lines
158 B
C++

#pragma once
#include "Polygon2d.h"
#include "cgal.h"
#include "CGAL_Nef_polyhedron.h"
namespace Polygon2DCGAL {
CGAL_Nef_polyhedron toNefPolyhedron();
};