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

Method cubicCurveTo

dep/agg/src/agg2d.cpp:1025–1030  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1023
1024//------------------------------------------------------------------------
1025void Agg2D::cubicCurveTo(double xCtrl1, double yCtrl1,
1026 double xCtrl2, double yCtrl2,
1027 double xTo, double yTo)
1028{
1029 m_path.curve4(xCtrl1, yCtrl1, xCtrl2, yCtrl2, xTo, yTo);
1030}
1031
1032
1033//------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

curve4Method · 0.45

Tested by

no test coverage detected