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

Method prev_vertex

renderers/agg/include/agg_path_storage.h:241–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239 //------------------------------------------------------------------------
240 template<class T, unsigned S, unsigned P>
241 inline unsigned vertex_block_storage<T,S,P>::prev_vertex(double* x, double* y) const
242 {
243 if(m_total_vertices > 1) return vertex(m_total_vertices - 2, x, y);
244 return path_cmd_stop;
245 }
246
247 //------------------------------------------------------------------------
248 template<class T, unsigned S, unsigned P>

Callers 1

curve3Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected