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