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

Method quadricCurveTo

dep/agg/src/agg2d.cpp:995–999  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

993
994//------------------------------------------------------------------------
995void Agg2D::quadricCurveTo(double xCtrl, double yCtrl,
996 double xTo, double yTo)
997{
998 m_path.curve3(xCtrl, yCtrl, xTo, yTo);
999}
1000
1001
1002//------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

curve3Method · 0.45

Tested by

no test coverage detected