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

Method empty

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

Source from the content-addressed store, hash-verified

453 u16 height() const FL_NOEXCEPT { return mMax.y - mMin.y; }
454
455 bool empty() const FL_NOEXCEPT { return (mMin.x == mMax.x && mMin.y == mMax.y); }
456
457 void expand(const vec2<T> &p) FL_NOEXCEPT { expand(p.x, p.y); }
458

Callers 7

transpose2Method · 0.45
transpose4Method · 0.45
transpose8Method · 0.45
transpose16Method · 0.45
getLaneByteMethod · 0.45
ParseJsonMethod · 0.45
simplifyInternalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected