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

Method last_vertex

renderers/agg/include/agg_path_storage.h:233–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231 //------------------------------------------------------------------------
232 template<class T, unsigned S, unsigned P>
233 inline unsigned vertex_block_storage<T,S,P>::last_vertex(double* x, double* y) const
234 {
235 if(m_total_vertices) return vertex(m_total_vertices - 1, x, y);
236 return path_cmd_stop;
237 }
238
239 //------------------------------------------------------------------------
240 template<class T, unsigned S, unsigned P>

Callers 3

rel_to_absMethod · 0.45
arc_toMethod · 0.45
curve3Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected