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

Method calculate

dep/agg/include/agg_span_gradient.h:210–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208 {
209 public:
210 static AGG_INLINE int calculate(int x, int y, int)
211 {
212 return int(fast_sqrt(x * x + y * y));
213 }
214 };
215
216 //========================================================gradient_radial_d

Callers

nothing calls this directly

Calls 1

fast_sqrtFunction · 0.85

Tested by

no test coverage detected