X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2F3d%2Ftracktype.h;h=e43dc428f1867a217a19ef8204fdeb159d6caca7;hb=f8a7788cee0261babfc4c804a58515aad6dfbc3d;hp=10806470b28e5c74dbcd65c9081b28638768b0a8;hpb=460c64181aca1a134d74cb15ea4ad3bb4f275b60;p=r2c2.git diff --git a/source/3d/tracktype.h b/source/3d/tracktype.h index 1080647..e43dc42 100644 --- a/source/3d/tracktype.h +++ b/source/3d/tracktype.h @@ -25,7 +25,7 @@ private: Msp::GL::Mesh *mesh; Msp::GL::Object *object; std::vector path_meshes; - std::vector border; + std::vector border; float min_z; float max_z; @@ -33,12 +33,12 @@ public: TrackType3D(Catalogue3D &, const TrackType &); ~TrackType3D(); - void get_bounds(float, Point &, Point &) const; + void get_bounds(float, Vector &, Vector &) const; const Msp::GL::Object &get_object() const { return *object; } const Msp::GL::Mesh &get_path_mesh(unsigned) const; private: - void build_part(const TrackPart &, const Profile &, const Point &, bool, Msp::GL::MeshBuilder &, unsigned &); + void build_part(const TrackPart &, const Profile &, const Vector &, bool, Msp::GL::MeshBuilder &, unsigned &); }; } // namespace R2C2