MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / last_vertex

Method last_vertex

dep/agg/include/agg_path_storage.h:236–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234 //------------------------------------------------------------------------
235 template <class T, unsigned S, unsigned P>
236 inline unsigned vertex_block_storage<T, S, P>::last_vertex(
237 double* x, double* y) const
238 {
239 if (m_total_vertices)
240 return vertex(m_total_vertices - 1, x, y);
241 return path_cmd_stop;
242 }
243
244 //------------------------------------------------------------------------
245 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