diff options
author | Marius Kintel <marius@kintel.net> | 2013-12-15 23:25:22 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-12-15 23:25:22 (GMT) |
commit | 4be55c016ec0af199820e116a9b358180581eaf4 (patch) | |
tree | 1d0030c4754d8df60f1515e52a0cb1fb16bc70f9 /src/polyset.h | |
parent | 70dfdf42c33356fa0c7b7cdf7b2681eab84a4a30 (diff) | |
parent | dced79fb2d6a4bb1bd5992e611e1c209b910f820 (diff) |
Merge branch 'master' of github.com:openscad/openscad
Diffstat (limited to 'src/polyset.h')
-rw-r--r-- | src/polyset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/polyset.h b/src/polyset.h index 6626f79..2ff817a 100644 --- a/src/polyset.h +++ b/src/polyset.h @@ -26,7 +26,7 @@ public: void append_vertex(double x, double y, double z = 0.0); void insert_vertex(double x, double y, double z = 0.0); size_t memsize() const; - + BoundingBox getBoundingBox() const; #define CSGMODE_DIFFERENCE_FLAG 0x10 |