]> Shamusworld >> Repos - architektonas/blobdiff - src/vector.h
Added ability to translate groups with Lines.
[architektonas] / src / vector.h
index 6f11a32e94b850efa31515c122c28aa2c75faaca..6c0ad200e067051ea646042a6ce4451ecd8f731e 100644 (file)
@@ -47,6 +47,8 @@ class Vector
 \r
                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