summaryrefslogtreecommitdiff
path: root/src/cgalutils.h
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-12-15 23:25:22 (GMT)
committerMarius Kintel <marius@kintel.net>2013-12-15 23:25:22 (GMT)
commit4be55c016ec0af199820e116a9b358180581eaf4 (patch)
tree1d0030c4754d8df60f1515e52a0cb1fb16bc70f9 /src/cgalutils.h
parent70dfdf42c33356fa0c7b7cdf7b2681eab84a4a30 (diff)
parentdced79fb2d6a4bb1bd5992e611e1c209b910f820 (diff)
Merge branch 'master' of github.com:openscad/openscad
Diffstat (limited to 'src/cgalutils.h')
-rw-r--r--src/cgalutils.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/cgalutils.h b/src/cgalutils.h
index d25fd4c..8f7e4dd 100644
--- a/src/cgalutils.h
+++ b/src/cgalutils.h
@@ -2,8 +2,9 @@
#define CGALUTILS_H_
#include <cgal.h>
-class PolySet *createPolySetFromPolyhedron(const CGAL_Polyhedron &p);
-CGAL_Polyhedron *createPolyhedronFromPolySet(const class PolySet &ps);
+#include "polyset.h"
+bool createPolySetFromPolyhedron(const CGAL_Polyhedron &p, PolySet &ps);
+bool createPolyhedronFromPolySet(const PolySet &ps, CGAL_Polyhedron &p);
CGAL_Iso_cuboid_3 bounding_box( const CGAL_Nef_polyhedron3 &N );
CGAL_Iso_rectangle_2e bounding_box( const CGAL_Nef_polyhedron2 &N );
contact: Jan Huwald // Impressum