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

Function BoundingBox

tools/poly_borders/borders_data.cpp:115–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115m2::RectD BoundingBox(std::vector<MarkedPoint> const & points)
116{
117 m2::RectD rect;
118 for (auto const & point : points)
119 rect.Add(point.m_point);
120
121 return rect;
122}
123
124void SwapIfNeeded(size_t & a, size_t & b)
125{

Callers 1

DoReplaceMethod · 0.70

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected