diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-06-23 11:28:35 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-06-23 11:28:35 (GMT) |
commit | 0fcdcb6bd6117e8e8ccaff15b0a083c2f76266a6 (patch) | |
tree | 3935db3fda7426d1b7180c8fc15f2069301aee76 /openscad.h | |
parent | 9271046a02c5e8b62a9ed92e914ab6cf30938fc7 (diff) |
Clifford Wolf:
Added cylinder primitive
git-svn-id: http://svn.clifford.at/openscad/trunk@12 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'openscad.h')
-rw-r--r-- | openscad.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -241,7 +241,6 @@ public: #include <CGAL/IO/Polyhedron_iostream.h> typedef CGAL::Cartesian<CGAL::Gmpq> CGAL_Kernel; -// typedef CGAL::Extended_cartesian<CGAL::Gmpq> CGAL_Kernel; typedef CGAL::Polyhedron_3<CGAL_Kernel> CGAL_Polyhedron; typedef CGAL_Polyhedron::HalfedgeDS CGAL_HDS; typedef CGAL::Polyhedron_incremental_builder_3<CGAL_HDS> CGAL_Polybuilder; |