]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/object.h
Strip Id tags and copyright notices from files
[r2c2.git] / source / 3d / object.h
index a9ac7156f6e8af3cc864637b3c21590c5dafb708..aa6698799b4ba97c616a8c1e94423105d5d489f2 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of R²C²
-Copyright © 2010  Mikkosoft Productions, Mikko Rasa
-Distributed under the GPL
-*/
-
 #ifndef R2C2_3D_OBJECT_H_
 #define R2C2_3D_OBJECT_H_
 
@@ -19,7 +12,7 @@ protected:
 public:
        virtual ~Object3D() { }
 
-       virtual Point get_node() const = 0;
+       virtual Vector get_node() const = 0;
        virtual bool is_visible() const = 0;
 };