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

Method polyline

dep/agg/src/agg2d.cpp:893–899  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

891
892//------------------------------------------------------------------------
893void Agg2D::polyline(double* xy, int numPoints)
894{
895 m_path.remove_all();
896 //m_path.add_poly(xy, numPoints);
897 m_path.concat_poly(xy,0,true); // JME
898 drawPath(StrokeOnly);
899}
900
901//------------------------------------------------------------------------
902void Agg2D::textSize(double sizeX, double sizeY)

Callers

nothing calls this directly

Calls 2

concat_polyMethod · 0.80
remove_allMethod · 0.45

Tested by

no test coverage detected