| 29 | |
| 30 | fl::size width() const { return mXyMap.getHeight(); } |
| 31 | fl::size height() const { return mXyMap.getWidth(); } |
| 32 | |
| 33 | // Allows normal matrix array (row major) access, bypassing the XYMap. |
| 34 | // Will assert if XYMap is not serpentine or line by line. |
no test coverage detected