Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ is_zero
Method
is_zero
src/fl/math/geometry.h:182–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
}
181
182
bool is_zero() const FL_NOEXCEPT { return (x == 0 && y == 0 && z == 0); }
183
};
184
185
using vec3f = vec3<float>; // Full precision but slow.
Callers
2
NewCustomPath
Method · 0.45
geometry.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected