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

Method line_to

dep/agg/include/agg_path_storage.h:942–945  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

940 //------------------------------------------------------------------------
941 template <class VC>
942 inline void path_base<VC>::line_to(double x, double y)
943 {
944 m_vertices.add_vertex(x, y, path_cmd_line_to);
945 }
946
947 //------------------------------------------------------------------------
948 template <class VC>

Callers 1

vertexMethod · 0.45

Calls 1

add_vertexMethod · 0.45

Tested by

no test coverage detected