MCPcopy Create free account
hub / github.com/FastLED/FastLED / getMax

Method getMax

src/fl/math/geometry.h:308–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306 }
307
308 vec2 getMax(const vec2 &p) const FL_NOEXCEPT { return vec2(fl::max(x, p.x), fl::max(y, p.y)); }
309
310 vec2 getMin(const vec2 &p) const FL_NOEXCEPT { return vec2(fl::min(x, p.x), fl::min(y, p.y)); }
311

Callers

nothing calls this directly

Calls 2

maxFunction · 0.85
vec2Class · 0.70

Tested by

no test coverage detected