summaryrefslogtreecommitdiffstats
path: root/dimension/parse.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2010-03-23 01:53:28 -0400
committerTavian Barnes <tavianator@gmail.com>2010-03-23 01:53:28 -0400
commit1d441aea4446484342f93fbf315f7f70de8adaf7 (patch)
tree98dd1c7521155b0390976d847e841db2227a6704 /dimension/parse.h
parent7fc84f364bcb2e37363d3e22300180ba92288811 (diff)
downloaddimension-1d441aea4446484342f93fbf315f7f70de8adaf7.tar.xz
Implement most vector functions.
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,