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:
authorDarafei Praliaskouski <komzpa@gmail.com>2013-05-11 20:37:36 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:54:46 +0300
commit9aeee14c15369227a904358dad1c862a1823e744 (patch)
tree00e3bea94bcf8430d058d8e837e48acfc4fb6c45 /indexer/feature_algo.hpp
parent559946f2fcb276741ccc8e9196a8ce877d9f4d21 (diff)
[indexer/feature_algo] changed GetCenter implementation to find center on surface in polygons
Diffstat (limited to 'indexer/feature_algo.hpp')
-rw-r--r--indexer/feature_algo.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/feature_algo.hpp b/indexer/feature_algo.hpp
index a9fb3bceb9..d7d5b88e2d 100644
--- a/indexer/feature_algo.hpp
+++ b/indexer/feature_algo.hpp
@@ -7,6 +7,7 @@ class FeatureType;
namespace feature
{
+m2::PointD GetCenter(FeatureType const & f, int scale);
m2::PointD GetCenter(FeatureType const & f);
}