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

Method approximation_scale

dep/agg/src/agg_arc.cpp:48–55  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

46
47 //------------------------------------------------------------------------
48 void arc::approximation_scale(double s)
49 {
50 m_scale = s;
51 if(m_initialized)
52 {
53 normalize(m_start, m_end, m_ccw);
54 }
55 }
56
57 //------------------------------------------------------------------------
58 void arc::rewind(unsigned)

Callers 6

transformationsMethod · 0.45
affineMethod · 0.45
scaleMethod · 0.45
parallelogramMethod · 0.45
viewportMethod · 0.45
roundedRectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected