diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-07 20:49:27 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-07 20:49:27 (GMT) |
commit | 65ee5136619352cb58b055ec63c473fbd5d08e1d (patch) | |
tree | 7cadfc836949c4280bf032c64bd3ba81b84eec17 /openscad.h | |
parent | df24accdf0b2ef06fa77439e4674439d7a9b508d (diff) |
Clifford Wolf:
Added rotate_extrude statement()
git-svn-id: http://svn.clifford.at/openscad/trunk@231 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'openscad.h')
-rw-r--r-- | openscad.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -446,6 +446,9 @@ public: DxfData(const struct CGAL_Nef_polyhedron &N); Point *p(double x, double y); + +private: + void fixup_path_direction(); }; // The CGAL template magic slows down the compilation process by a factor of 5. |