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

feature_algo.hpp « indexer - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a9fb3bceb9ae5c5ac01905ab32f867dc5e32fdbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include "../geometry/point2d.hpp"

class FeatureType;

namespace feature
{

m2::PointD GetCenter(FeatureType const & f);

}