Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrachytski <siarhei.rachytski@gmail.com>2012-09-28 21:37:21 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:44:24 +0300
commit4f04b39a7aec4a09eb697c0227dfa4a558972dcc (patch)
tree803b5eddc48e21a0ecd96d6320be93e81581092e /map/navigator.hpp
parent766d07bb9407e981c2a5bc720f19c486bb0cf0a2 (diff)
added anim::SegmentInterpolation and MoveScreen animation tasks.
Diffstat (limited to 'map/navigator.hpp')
-rw-r--r--map/navigator.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/map/navigator.hpp b/map/navigator.hpp
index da7882790f..634b2f495e 100644
--- a/map/navigator.hpp
+++ b/map/navigator.hpp
@@ -48,6 +48,7 @@ public:
void Scale(double scale);
void Rotate(double angle);
void SetAngle(double angle);
+ void SetOrg(m2::PointD const & org);
void Move(double azDir, double factor);