]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/track.h
Make use of the geometry part of libmspmath
[r2c2.git] / source / 3d / track.h
index 641f234e232f4b926fa07936d85bd996ab092cd1..857b129c11fedbb85adc7796b16b50768bdeb3d7 100644 (file)
@@ -32,7 +32,6 @@ public:
        Layout3D &get_layout() const { return layout; }
        Track &get_track() const { return track; }
        const TrackType3D &get_type() const { return type; }
-       void get_bounds(const Angle &, Vector &, Vector &) const;
        Path3D &get_path() { return *path; }
 
        virtual Vector get_node() const;