]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/tracktype.h
Update #includes that have been renamed, and remove stray ones
[r2c2.git] / source / libr2c2 / tracktype.h
index f285036f905b236c8ac894e6022d1961e195ca5f..cc0cc517bffbff9686c8c6cae3a41fc139bdcfe6 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of R²C²
-Copyright © 2006-2010  Mikkosoft Productions, Mikko Rasa
-Distributed under the GPL
-*/
-
 #ifndef LIBR2C2_TRACKTYPE_H_
 #define LIBR2C2_TRACKTYPE_H_
 
@@ -68,6 +61,7 @@ public:
        const std::vector<Endpoint> &get_endpoints() const { return endpoints; }
        const Endpoint &get_endpoint(unsigned) const;
        TrackPoint get_point(unsigned, unsigned, float) const;
+       bool collide_ray(const Vector &, const Vector &, float) const;
 
 private:
        void collect_endpoints();