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

Method lineRel

dep/agg/src/agg2d.cpp:938–941  ·  view source on GitHub ↗

------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

936
937//------------------------------------------------------------------------
938void Agg2D::lineRel(double dx, double dy)
939{
940 m_path.line_rel(dx, dy);
941}
942
943
944//------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

line_relMethod · 0.80

Tested by

no test coverage detected