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

Method move_to2

dep/agg/src/agg_trans_double_path.cpp:73–84  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

71
72 //------------------------------------------------------------------------
73 void trans_double_path::move_to2(double x, double y)
74 {
75 if(m_status2 == initial)
76 {
77 m_src_vertices2.modify_last(vertex_dist(x, y));
78 m_status2 = making_path;
79 }
80 else
81 {
82 line_to2(x, y);
83 }
84 }
85
86
87 //------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 2

vertex_distClass · 0.85
modify_lastMethod · 0.45

Tested by

no test coverage detected