gusimplewhiteboard
wb_point3d Struct Referenceabstract

Simple 3 dimensional point class for the whiteboard. More...

#include <wb_point.h>

Collaboration diagram for wb_point3d:

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
 

Detailed Description

Simple 3 dimensional point class for the whiteboard.

Definition at line 66 of file wb_point.h.

Member Function Documentation

◆ PROPERTY() [1/2]

wb_point3d::PROPERTY ( int16_t  ,
 
)

x coordinate

y coordinate

◆ PROPERTY() [2/2]

y wb_point3d::PROPERTY ( int16_t  ,
 
)
pure virtual

z coordinate

constructor

Member Data Documentation

◆ y

y int16_t wb_point3d::y = 0

Definition at line 79 of file wb_point.h.


The documentation for this struct was generated from the following file: