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

Method add_vertex_

renderers/agg/include/agg_conv_clipper.h:215–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213
214 template<class VSA, class VSB>
215 void conv_clipper<VSA, VSB>::add_vertex_(double &x, double &y)
216 {
217 clipper::IntPoint v;
218
219 v.X = Round(x * m_scaling_factor);
220 v.Y = Round(y * m_scaling_factor);
221 m_vertex_accumulator.add( v );
222 }
223 //------------------------------------------------------------------------------
224
225 template<class VSA, class VSB>

Callers

nothing calls this directly

Calls 2

RoundFunction · 0.85
addMethod · 0.45

Tested by

no test coverage detected