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

Function GetPolyLineCenter

libs/geometry/geometry_tests/algorithm_test.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18using m2::RectD;
19
20PointD GetPolyLineCenter(vector<PointD> const & points)
21{
22 return m2::ApplyCalculator(points, m2::CalculatePolyLineCenter());
23}
24
25RectD GetBoundingBox(vector<PointD> const & points)
26{

Callers 1

UNIT_TESTFunction · 0.85

Calls 2

ApplyCalculatorFunction · 0.85

Tested by

no test coverage detected