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

Method calculate

dep/agg/include/agg_span_gradient.h:200–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198 // Actually the same as radial. Just for compatibility
199 public:
200 static AGG_INLINE int calculate(int x, int y, int)
201 {
202 return int(fast_sqrt(x * x + y * y));
203 }
204 };
205
206 //==========================================================gradient_radial

Callers

nothing calls this directly

Calls 1

fast_sqrtFunction · 0.85

Tested by

no test coverage detected