MCPcopy Create free account
hub / github.com/MapServer/MapServer / curve3

Method curve3

renderers/agg/include/agg_path_storage.h:999–1004  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

997 //------------------------------------------------------------------------
998 template<class VC>
999 void path_base<VC>::curve3(double x_ctrl, double y_ctrl,
1000 double x_to, double y_to)
1001 {
1002 m_vertices.add_vertex(x_ctrl, y_ctrl, path_cmd_curve3);
1003 m_vertices.add_vertex(x_to, y_to, path_cmd_curve3);
1004 }
1005
1006 //------------------------------------------------------------------------
1007 template<class VC>

Callers

nothing calls this directly

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