summaryrefslogtreecommitdiff
path: root/src/cgaladvnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cgaladvnode.h')
-rw-r--r--src/cgaladvnode.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/cgaladvnode.h b/src/cgaladvnode.h
index 8e769bf..097d2b4 100644
--- a/src/cgaladvnode.h
+++ b/src/cgaladvnode.h
@@ -4,12 +4,14 @@
#include "node.h"
#include "visitor.h"
#include "value.h"
+#include "linalg.h"
enum cgaladv_type_e {
MINKOWSKI,
GLIDE,
SUBDIV,
- HULL
+ HULL,
+ RESIZE
};
class CgaladvNode : public AbstractNode
@@ -29,6 +31,7 @@ public:
Value path;
std::string subdiv_type;
int convexity, level;
+ Vector3d newsize;
cgaladv_type_e type;
};
contact: Jan Huwald // Impressum