]> git.tdb.fi Git - r2c2.git/blobdiff - source/designer/measure.h
Rename Point to Vector
[r2c2.git] / source / designer / measure.h
index f68178dcacaf2b2368a641c53d1fb0fd5426420a..fc675a6b9a859fed36250140b0715e284f6e093b 100644 (file)
@@ -1,6 +1,6 @@
 /* $Id$
 
-This file is part of the MSP Märklin suite
+This file is part of R²C²
 Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
 Distributed under the GPL
 */
@@ -28,8 +28,8 @@ public:
 
 private:
        Designer &designer;
-       Marklin::Point pointer;
-       Marklin::Point spoint;
+       R2C2::Vector pointer;
+       R2C2::Vector spoint;
        float sdir;
        float par_dist;
        float perp_dist;
@@ -46,7 +46,7 @@ public:
        void pointer_motion(int, int, float, float);
        void render();
 private:
-       void snap_to_tracks(Marklin::Point &, float &);
+       void snap_to_tracks(R2C2::Vector &, float &);
 };
 
 #endif