aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/star_control/dvector.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/star_control/dvector.h')
-rw-r--r--engines/titanic/star_control/dvector.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/titanic/star_control/dvector.h b/engines/titanic/star_control/dvector.h
index cd57cbc82e..7daeda71aa 100644
--- a/engines/titanic/star_control/dvector.h
+++ b/engines/titanic/star_control/dvector.h
@@ -55,7 +55,11 @@ public:
*/
DVector DAffMatrixProdVec(const DAffine &m);
- void fn2(double angle);
+ /**
+ * Rotate this vector about the Y axis
+ */
+ void RotVectAxisY(double angle_deg);
+
DVector fn3() const;
DAffine fn4(const DVector &v);
DAffine fn5() const;