openscad/cgal
Marius Kintel 6a39812160 Stand-alone program for exporting a Nef polyhedron to STL 2015-01-07 14:10:31 -05:00
..
data Another crash example 2015-01-07 13:50:14 -05:00
README.md Added stand-alone 2D tesselator 2014-12-27 17:58:20 -05:00
decompose.cpp #1097 Test program do decompose an STL into multiple convex STL's and an OpenSCAD model importing them all with different colors 2014-12-31 14:45:34 -05:00
decompose.pro #1097 Test program do decompose an STL into multiple convex STL's and an OpenSCAD model importing them all with different colors 2014-12-31 14:45:34 -05:00
export_nef.cpp Stand-alone program for exporting a Nef polyhedron to STL 2015-01-07 14:10:31 -05:00
export_nef.pro Stand-alone program for exporting a Nef polyhedron to STL 2015-01-07 14:10:31 -05:00
polyhole-tessellator.cpp #1105 Added example crashing CGAL 2014-12-28 15:32:57 -05:00
polyhole-tessellator.pro Added stand-alone 2D tesselator 2014-12-27 17:58:20 -05:00

README.md

This folder contains some CGAL test programs to easier develop and debug CGAL-based components.

polyhole-tessellator

Tessellate an almost planar 3D polygon with holes into a vector of double precision 3D triangles.