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

Method approximation_scale

dep/agg/include/agg_curves.h:736–740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

734 }
735
736 void approximation_scale(double s)
737 {
738 m_curve_inc.approximation_scale(s);
739 m_curve_div.approximation_scale(s);
740 }
741 double approximation_scale() const
742 {
743 return m_curve_inc.approximation_scale();

Callers

nothing calls this directly

Calls 1

approximation_scaleMethod · 0.45

Tested by

no test coverage detected