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

Method hline_rel

dep/agg/include/agg_path_storage.h:964–969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

962 //------------------------------------------------------------------------
963 template <class VC>
964 inline void path_base<VC>::hline_rel(double dx)
965 {
966 double dy = 0;
967 rel_to_abs(&dx, &dy);
968 m_vertices.add_vertex(dx, dy, path_cmd_line_to);
969 }
970
971 //------------------------------------------------------------------------
972 template <class VC>

Callers 1

horLineRelMethod · 0.80

Calls 1

add_vertexMethod · 0.45

Tested by

no test coverage detected