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

Method addLine

dep/agg/src/agg2d.cpp:728–732  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

726
727//------------------------------------------------------------------------
728void Agg2D::addLine(double x1, double y1, double x2, double y2)
729{
730 m_path.move_to(x1, y1);
731 m_path.line_to(x2, y2);
732}
733
734
735//------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 2

move_toMethod · 0.45
line_toMethod · 0.45

Tested by

no test coverage detected