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

Function GetBoundingBox

libs/geometry/geometry_tests/algorithm_test.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25RectD GetBoundingBox(vector<PointD> const & points)
26{
27 return m2::ApplyCalculator(points, m2::CalculateBoundingBox());
28}
29
30PointD GetPointOnSurface(vector<PointD> const & points)
31{

Callers 2

GetPointOnSurfaceFunction · 0.85
UNIT_TESTFunction · 0.85

Calls 2

ApplyCalculatorFunction · 0.85

Tested by

no test coverage detected