]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/tracktype.h
Make use of the mspmath library
[r2c2.git] / source / 3d / tracktype.h
index a0f4e4e47de3ed6ef70171584b55894be38383cf..0f6b30fa29a1241047d45f8892b07404355a25c3 100644 (file)
@@ -26,7 +26,7 @@ public:
        TrackType3D(Catalogue3D &, const TrackType &);
        ~TrackType3D();
 
-       void get_bounds(float, Vector &, Vector &) const;
+       void get_bounds(const Angle &, Vector &, Vector &) const;
        const Msp::GL::Object &get_object() const { return *object; }
        const Msp::GL::Mesh &get_path_mesh(unsigned) const;