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

Detailed Description

Definition at line 49 of file Adafruit_FT6206.h.

Public Member Functions

 TS_Point (void)
 
 TS_Point (int16_t x, int16_t y, int16_t z)
 
bool operator== (TS_Point)
 
bool operator!= (TS_Point)
 

Data Fields

int16_t x
 
int16_t y
 
int16_t z
 

Member Function Documentation

◆ operator!=()

bool TS_Point::operator!= ( TS_Point  p1)

Definition at line 239 of file Adafruit_FT6206.cpp.

◆ operator==()

bool TS_Point::operator== ( TS_Point  p1)

Definition at line 234 of file Adafruit_FT6206.cpp.

Constructor & Destructor Documentation

◆ TS_Point() [1/2]

TS_Point::TS_Point ( void  )

Definition at line 222 of file Adafruit_FT6206.cpp.

◆ TS_Point() [2/2]

TS_Point::TS_Point ( int16_t  x,
int16_t  y,
int16_t  z 
)

Definition at line 227 of file Adafruit_FT6206.cpp.

Field Documentation

◆ x

int16_t TS_Point::x

Definition at line 58 of file Adafruit_FT6206.h.

◆ y

int16_t TS_Point::y

Definition at line 58 of file Adafruit_FT6206.h.

◆ z

int16_t TS_Point::z

Definition at line 58 of file Adafruit_FT6206.h.


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