]> Shamusworld >> Repos - architektonas/blobdiff - src/vector.h
Added ability to translate groups with Lines.
[architektonas] / src / vector.h
index 0e7fc864f371c4d3c3478a47c9119c583ff3948d..6c0ad200e067051ea646042a6ce4451ecd8f731e 100644 (file)
@@ -48,6 +48,7 @@ class Vector
                static double Dot(Vector v1, Vector v2);\r
                static double Magnitude(Vector v1, Vector v2);\r
                static double Parameter(Vector v1, Vector v2, Vector p);\r
+               static Vector Normal(Vector v1, Vector v2);\r
 \r
        public:\r
                double x, y, z;\r