Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/axis.h')
-rw-r--r--src/math/axis.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/math/axis.h b/src/math/axis.h
index 38c68de..3268d60 100644
--- a/src/math/axis.h
+++ b/src/math/axis.h
@@ -49,6 +49,8 @@ public:
}
Axis & operator=(const Axis & other);
+
+ Axis operator*(const Axis &other);
/// change direction, rotate around up vector (positive is left)
void change_direction(const float angle);