Linduino  1.3.0
Linear Technology Arduino-Compatible Demonstration Board
Point Class Reference

Detailed Description

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
 

Member Function Documentation

◆ operator!=()

bool Point::operator!= ( Point  p1)

Definition at line 41 of file SeeedTouchScreen.cpp.

◆ operator==()

bool Point::operator== ( Point  p1)

Definition at line 36 of file SeeedTouchScreen.cpp.

Constructor & Destructor Documentation

◆ Point() [1/2]

Point::Point ( void  )

Definition at line 24 of file SeeedTouchScreen.cpp.

◆ Point() [2/2]

Point::Point ( int  x,
int  y,
int  z 
)

Definition at line 29 of file SeeedTouchScreen.cpp.

Field Documentation

◆ x

int Point::x

Definition at line 11 of file SeeedTouchScreen.h.

◆ y

int Point::y

Definition at line 11 of file SeeedTouchScreen.h.

◆ z

int Point::z

Definition at line 11 of file SeeedTouchScreen.h.


The documentation for this class was generated from the following files: