Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MapServer/MapServer
/ vertex
Method
vertex
renderers/agg/include/agg_path_storage.h:574–577 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
572
}
573
574
unsigned vertex(double* x, double* y)
575
{
576
return m_line.vertex(x, y);
577
}
578
579
private:
580
double m_coord[4];
Callers
nothing calls this directly
Calls
1
vertex
Method · 0.45
Tested by
no test coverage detected