MCPcopy 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

17namespace grid_map {
18
19Polygon::Polygon()
20 : timestamp_(0)
21{
22}
23
24Polygon::Polygon(std::vector<Position> vertices)
25 : Polygon()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected