openscad/cgal
Marius Kintel 7a8574aee2 #1165 Added testcase 2015-01-16 14:37:47 -05:00
..
data #1165 Added testcase 2015-01-16 14:37:47 -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 #1156 bugfix: Fix for polygons using the same vertex multiple times, but not consecutively 2015-01-15 22:01:30 -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.