diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2013-12-15 14:33:18 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2013-12-15 14:33:18 (GMT) |
commit | e6bf94b6ff0fcb918cc42dc26f3627382a50490c (patch) | |
tree | 8b0a36e9ffa9d9ae393ad87e377590b3a4f4f178 /src/polyset.h | |
parent | f570b7fd2558d73f8446681be10bc82fa1c283e6 (diff) |
tab spaces
Diffstat (limited to 'src/polyset.h')
-rw-r--r-- | src/polyset.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/polyset.h b/src/polyset.h index 5c97396..2ff817a 100644 --- a/src/polyset.h +++ b/src/polyset.h @@ -26,6 +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 |