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

Method line_to

dep/agg/src/agg_trans_single_path.cpp:55–61  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

53
54 //------------------------------------------------------------------------
55 void trans_single_path::line_to(double x, double y)
56 {
57 if(m_status == making_path)
58 {
59 m_src_vertices.add(vertex_dist(x, y));
60 }
61 }
62
63
64 //------------------------------------------------------------------------

Callers 5

addLineMethod · 0.45
triangleMethod · 0.45
rectangleMethod · 0.45
starMethod · 0.45
lineToMethod · 0.45

Calls 2

vertex_distClass · 0.85
addMethod · 0.45

Tested by

no test coverage detected