|
gusimplewhiteboard
|
Simple 3 dimensional point class for the whiteboard. More...
#include <wb_point.h>
Public Member Functions | |
| PROPERTY (int16_t, x) PROPERTY(int16_t | |
| x coordinate More... | |
| y | PROPERTY (int16_t, z) wb_point3d(int16_t x=0 |
| z coordinate More... | |
Public Attributes | |
| y int16_t | y = 0 |
Simple 3 dimensional point class for the whiteboard.
Definition at line 66 of file wb_point.h.
| wb_point3d::PROPERTY | ( | int16_t | , |
| x | |||
| ) |
x coordinate
y coordinate
|
pure virtual |
z coordinate
constructor
| y int16_t wb_point3d::y = 0 |
Definition at line 79 of file wb_point.h.