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

Method miter_limit

renderers/agg/include/agg_conv_stroke.h:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50 void width(double w) { base_type::generator().width(w); }
51 void miter_limit(double ml) { base_type::generator().miter_limit(ml); }
52 void miter_limit_theta(double t) { base_type::generator().miter_limit_theta(t); }
53 void inner_miter_limit(double ml) { base_type::generator().inner_miter_limit(ml); }
54 void approximation_scale(double as) { base_type::generator().approximation_scale(as); }

Callers 1

renderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected