]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/tracktype.h
Make use of the geometry part of libmspmath
[r2c2.git] / source / 3d / tracktype.h
index 0f6b30fa29a1241047d45f8892b07404355a25c3..ca999c3ee2a1200e11e47e98a01419a020945f0b 100644 (file)
@@ -18,15 +18,11 @@ private:
        Msp::GL::Mesh *mesh;
        Msp::GL::Object *object;
        std::vector<Msp::GL::Mesh *> path_meshes;
-       std::vector<Vector> border;
-       float min_z;
-       float max_z;
 
 public:
        TrackType3D(Catalogue3D &, const TrackType &);
        ~TrackType3D();
 
-       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;