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

Method vertex

dep/agg/include/agg_conv_transform.h:48–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 }
47
48 unsigned vertex(double* x, double* y)
49 {
50 unsigned cmd = m_source->vertex(x, y);
51 if (is_vertex(cmd))
52 {
53 m_trans->transform(x, y);
54 }
55 return cmd;
56 }
57
58 void transformer(Transformer& tr)
59 {

Callers

nothing calls this directly

Calls 2

is_vertexFunction · 0.85
transformMethod · 0.45

Tested by

no test coverage detected