summaryrefslogtreecommitdiffstats
path: root/dimension/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'dimension/parse.h')
-rw-r--r--dimension/parse.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/dimension/parse.h b/dimension/parse.h
index ef5bb17..35a82db 100644
--- a/dimension/parse.h
+++ b/dimension/parse.h
@@ -133,8 +133,12 @@ typedef enum {
DMNSN_AST_TAN,
DMNSN_AST_TANH,
DMNSN_AST_VAL,
+ DMNSN_AST_VAXIS_ROTATE,
+ DMNSN_AST_VCROSS,
DMNSN_AST_VDOT,
DMNSN_AST_VLENGTH,
+ DMNSN_AST_VNORMALIZE,
+ DMNSN_AST_VROTATE,
DMNSN_AST_PI,
DMNSN_AST_TRUE,