]> Shamusworld >> Repos - architektonas/blobdiff - src/vector.h
Converted codebase from Qt4 to Qt5.
[architektonas] / src / vector.h
index bbc3aa7df88077682ddea1e82022a1dd0aeea738..62438986ef653bd0462d9e600e307105ce592ba3 100644 (file)
@@ -51,6 +51,7 @@ class Vector
                static double Magnitude(Vector v1, Vector v2);
                static double Parameter(Vector v1, Vector v2, Vector p);
                static Vector Normal(Vector v1, Vector v2);
+               static double AngleBetween(Vector a, Vector b);
 
        public:
                double x, y, z;