X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fvector.h;h=0e7fc864f371c4d3c3478a47c9119c583ff3948d;hb=11802354d1ddc5bc571d83d8fc9b600618cb4372;hp=6f11a32e94b850efa31515c122c28aa2c75faaca;hpb=2af76acd67a2703859c11446be3be4d3ff8ff4b4;p=architektonas diff --git a/src/vector.h b/src/vector.h index 6f11a32..0e7fc86 100644 --- a/src/vector.h +++ b/src/vector.h @@ -47,6 +47,7 @@ class Vector static double Dot(Vector v1, Vector v2); static double Magnitude(Vector v1, Vector v2); + static double Parameter(Vector v1, Vector v2, Vector p); public: double x, y, z;