MCPcopy Create free account
hub / github.com/comaps/comaps / MakePoly

Function MakePoly

generator/generator_tests_support/test_feature.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39vector<m2::PointD> MakePoly(m2::RectD const & rect)
40{
41 return {rect.LeftBottom(), rect.RightBottom(), rect.RightTop(), rect.LeftTop(), rect.LeftBottom()};
42}
43
44StringUtf8Multilang MakeName(string const & name, string const & lang)
45{

Callers 1

TestFeatureMethod · 0.85

Calls 4

LeftBottomMethod · 0.80
RightBottomMethod · 0.80
RightTopMethod · 0.80
LeftTopMethod · 0.80

Tested by

no test coverage detected