|
Logic_library
Library for Logic board by RoboticsBrno.
|
Structure for describing rectangles on display. More...
#include <Display.hpp>
Public Member Functions | |
| Rectangle (int x, int y, int w, int h) | |
Public Attributes | |
| int | x |
| int | y |
| int | w |
| int | h |
Structure for describing rectangles on display.
|
inline |
| int Rectangle::h |
| int Rectangle::w |
| int Rectangle::x |
| int Rectangle::y |