MCPcopy Create free account
hub / github.com/ANYbotics/grid_map / nVertices

Method nVertices

grid_map_core/src/Polygon.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71size_t Polygon::nVertices() const
72{
73 return vertices_.size();
74}
75
76const std::string& Polygon::getFrameId() const
77{

Callers 3

toLineMarkerMethod · 0.80
TESTFunction · 0.80
convexHullMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64