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

Method calculate

dep/agg/include/agg_span_gradient.h:375–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373 {
374 public:
375 static AGG_INLINE int calculate(int x, int y, int)
376 {
377 return fast_sqrt(std::abs(x) * std::abs(y));
378 }
379 };
380
381 //==========================================================gradient_conic

Callers

nothing calls this directly

Calls 1

fast_sqrtFunction · 0.85

Tested by

no test coverage detected