|
gusimplewhiteboard
|
Simple struct to store information for a line. More...
#include <wb_lines.h>
Public Member Functions | |
| PROPERTY (struct wb_point2d, start) PROPERTY(struct wb_point2d | |
| Start coordinates of the line. More... | |
| end | PROPERTY (uint8_t, startThickness) PROPERTY(uint8_t |
| end endThickness | wb_line () |
| Default Constructor. More... | |
Simple struct to store information for a line.
Definition at line 16 of file wb_lines.h.
|
inline |
Default Constructor.
Definition at line 25 of file wb_lines.h.
| wb_line::PROPERTY | ( | struct wb_point2d | , |
| start | |||
| ) |
Start coordinates of the line.
End Coordinates of the line
| end wb_line::PROPERTY | ( | uint8_t | , |
| startThickness | |||
| ) |