![]() |
Linduino
1.3.0
Linear Technology Arduino-Compatible Demonstration Board
|
Definition at line 8 of file SeeedTouchScreen.h.
Public Member Functions | |
| Point (void) | |
| Point (int x, int y, int z) | |
| bool | operator== (Point) |
| bool | operator!= (Point) |
Data Fields | |
| int | x |
| int | y |
| int | z |
| bool Point::operator!= | ( | Point | p1 | ) |
Definition at line 41 of file SeeedTouchScreen.cpp.
| bool Point::operator== | ( | Point | p1 | ) |
Definition at line 36 of file SeeedTouchScreen.cpp.
| Point::Point | ( | void | ) |
Definition at line 24 of file SeeedTouchScreen.cpp.
| Point::Point | ( | int | x, |
| int | y, | ||
| int | z | ||
| ) |
Definition at line 29 of file SeeedTouchScreen.cpp.
| int Point::x |
Definition at line 11 of file SeeedTouchScreen.h.
| int Point::y |
Definition at line 11 of file SeeedTouchScreen.h.
| int Point::z |
Definition at line 11 of file SeeedTouchScreen.h.