openscad/cgal
Marius Kintel 1822865b58 Assert on invalid result 2015-01-15 17:54:29 -05:00
..
data #1156 Added failing polygon test 2015-01-15 17:54:13 -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-libtess2.cpp Assert on invalid result 2015-01-15 17:54:29 -05:00
polyhole-tessellator-libtess2.pro Moved libtess2-based tessellation to GeometryUtils, related refactoring 2015-01-15 14:47:05 -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.