From ac3663d05da4e236d02620ae98d5a7e6882bc802 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 23 Nov 2008 22:12:02 +0000 Subject: math::Axis multiplication --- src/math/axis.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/math/axis.h') 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); -- cgit v1.2.3