diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-07-14 21:47:32 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-07-14 21:47:32 (GMT) |
commit | cc3291a4f1def85273e0e1cc6e43bb0079965946 (patch) | |
tree | 03ff099c015e6611a45e70318069026bbbff6115 /openscad.h | |
parent | f950feace3beaeec9bd5a6d6e65f7790bd80a9d8 (diff) |
Clifford Wolf:
Added convexity handling
Split up example.scad file to examples/*
git-svn-id: http://svn.clifford.at/openscad/trunk@56 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'openscad.h')
-rw-r--r-- | openscad.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -327,6 +327,7 @@ public: typedef QList<Point> Polygon; QVector<Polygon> polygons; double m[16]; + int convexity; PolySet(); |