Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
RectD GetBoundingBox(vector<PointD> const & points)
26
{
27
return m2::ApplyCalculator(points, m2::CalculateBoundingBox());
28
}
29
30
PointD GetPointOnSurface(vector<PointD> const & points)
31
{
Callers
2
GetPointOnSurface
Function · 0.85
UNIT_TEST
Function · 0.85
Calls
2
ApplyCalculator
Function · 0.85
CalculateBoundingBox
Class · 0.85
Tested by
no test coverage detected