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

Method arcTo

dep/agg/src/agg2d.cpp:973–980  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

971
972//------------------------------------------------------------------------
973void Agg2D::arcTo(double rx, double ry,
974 double angle,
975 bool largeArcFlag,
976 bool sweepFlag,
977 double x, double y)
978{
979 m_path.arc_to(rx, ry, angle, largeArcFlag, sweepFlag, x, y);
980}
981
982
983//------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

arc_toMethod · 0.80

Tested by

no test coverage detected