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

Method line_to2

renderers/agg/src/agg_trans_double_path.cpp:88–94  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

86
87 //------------------------------------------------------------------------
88 void trans_double_path::line_to2(double x, double y)
89 {
90 if(m_status2 == making_path)
91 {
92 m_src_vertices2.add(vertex_dist(x, y));
93 }
94 }
95
96
97 //------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 2

vertex_distClass · 0.85
addMethod · 0.45

Tested by

no test coverage detected