]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/tracktype.h
Rename Point to Vector
[r2c2.git] / source / libr2c2 / tracktype.h
index 9c4865f1ff3f655bd8578a98ae200ab46bc866d4..f285036f905b236c8ac894e6022d1961e195ca5f 100644 (file)
@@ -20,7 +20,7 @@ class TrackType
 public:
        struct Endpoint
        {
-               Point pos;
+               Vector pos;
                float dir;  // Direction outwards from the endpoint
                unsigned paths;