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

Method quadricCurveRel

dep/agg/src/agg2d.cpp:1003–1007  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1001
1002//------------------------------------------------------------------------
1003void Agg2D::quadricCurveRel(double dxCtrl, double dyCtrl,
1004 double dxTo, double dyTo)
1005{
1006 m_path.curve3_rel(dxCtrl, dyCtrl, dxTo, dyTo);
1007}
1008
1009
1010//------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

curve3_relMethod · 0.80

Tested by

no test coverage detected