Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ANYbotics/grid_map
/ Polygon
Method
Polygon
grid_map_core/src/Polygon.cpp:19–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
namespace grid_map {
18
19
Polygon::Polygon()
20
: timestamp_(0)
21
{
22
}
23
24
Polygon::Polygon(std::vector<Position> vertices)
25
: Polygon()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected