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

Method last_command

dep/agg/include/agg_path_storage.h:227–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225 //------------------------------------------------------------------------
226 template <class T, unsigned S, unsigned P>
227 inline unsigned vertex_block_storage<T, S, P>::last_command() const
228 {
229 if (m_total_vertices)
230 return command(m_total_vertices - 1);
231 return path_cmd_stop;
232 }
233
234 //------------------------------------------------------------------------
235 template <class T, unsigned S, unsigned P>

Callers 3

start_new_pathMethod · 0.45
arc_toMethod · 0.45
end_polyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected