MCPcopy Create free account
hub / github.com/FastLED/FastLED / operator*

Method operator*

src/fl/gfx/corkscrew.cpp.hpp:452–454  ·  view source on GitHub ↗

Iterator implementation

Source from the content-addressed store, hash-verified

450
451// Iterator implementation
452vec2f Corkscrew::iterator::operator*() const {
453 return mCorkscrew->at_no_wrap(static_cast<fl::u16>(mPosition));
454}
455
456fl::ScreenMap Corkscrew::toScreenMap(float diameter) const {
457 // Create a ScreenMap with the correct number of LEDs

Callers

nothing calls this directly

Calls 1

at_no_wrapMethod · 0.80

Tested by

no test coverage detected