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