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

Method approximation_scale

renderers/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 2

msRasterizeArcFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected