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

Method curve3

dep/agg/include/agg_path_storage.h:1055–1060  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1053 //------------------------------------------------------------------------
1054 template <class VC>
1055 void path_base<VC>::curve3(
1056 double x_ctrl, double y_ctrl, double x_to, double y_to)
1057 {
1058 m_vertices.add_vertex(x_ctrl, y_ctrl, path_cmd_curve3);
1059 m_vertices.add_vertex(x_to, y_to, path_cmd_curve3);
1060 }
1061
1062 //------------------------------------------------------------------------
1063 template <class VC>

Callers 2

curveMethod · 0.45
quadricCurveToMethod · 0.45

Calls 6

is_vertexFunction · 0.85
is_curveFunction · 0.85
curve3Class · 0.85
add_vertexMethod · 0.45
last_vertexMethod · 0.45
prev_vertexMethod · 0.45

Tested by

no test coverage detected