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

Method lineTo

dep/agg/src/agg2d.cpp:931–934  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

929
930//------------------------------------------------------------------------
931void Agg2D::lineTo(double x, double y)
932{
933 m_path.line_to(x, y);
934}
935
936
937//------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

line_toMethod · 0.45

Tested by

no test coverage detected