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

Method line_rel

dep/agg/include/agg_path_storage.h:949–953  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

947 //------------------------------------------------------------------------
948 template <class VC>
949 inline void path_base<VC>::line_rel(double dx, double dy)
950 {
951 rel_to_abs(&dx, &dy);
952 m_vertices.add_vertex(dx, dy, path_cmd_line_to);
953 }
954
955 //------------------------------------------------------------------------
956 template <class VC>

Callers 1

lineRelMethod · 0.80

Calls 1

add_vertexMethod · 0.45

Tested by

no test coverage detected