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

Method line_to1

renderers/agg/src/agg_trans_double_path.cpp:63–69  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

61
62 //------------------------------------------------------------------------
63 void trans_double_path::line_to1(double x, double y)
64 {
65 if(m_status1 == making_path)
66 {
67 m_src_vertices1.add(vertex_dist(x, y));
68 }
69 }
70
71
72 //------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 2

vertex_distClass · 0.85
addMethod · 0.45

Tested by

no test coverage detected