MCPcopy Create free account
hub / github.com/MapServer/MapServer / add_vertex

Method add_vertex

renderers/agg/include/agg_conv_gpc.h:237–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235 //------------------------------------------------------------------------
236 template<class VSA, class VSB>
237 inline void conv_gpc<VSA, VSB>::add_vertex(double x, double y)
238 {
239 gpc_vertex v;
240 v.x = x;
241 v.y = y;
242 m_vertex_accumulator.add(v);
243 }
244
245
246 //------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected